Get Group Permissions on an Existing Key
The user can get the group permissions applicable on an existing key through API.
Create an
NAESession
object.Get the group permissions.
Your suggested change has been received. Thank you.
Please Note:
The user can get the group permissions applicable on an existing key through API.
Create an NAESession
object.
Get the group permissions.
List<NAEPermission> permissions = NAEKey.getKeyPermissions(session,"keyName");
The permissions variable has information of all the groups that have permission on the key.
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….