Package com.strongdm.api
Class GrantedAccountEntitlement
java.lang.Object
com.strongdm.api.GrantedAccountEntitlement
GrantedAccountEntitlement represents an individual entitlement of an Account to a Resource that has been granted.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the group associated with this entitlement, if any.The most recent time at which the account accessed this resource.The mapped identity privileges for this entitlement, such as Kubernetes group memberships.The unique identifier of the origin of this entitlement (e.g., a Role or AccountGrant ID).The unique identifier of the Resource to which access is granted.voidsetGroupId(String in) The unique identifier of the group associated with this entitlement, if any.voidsetLastAccessed(Date in) The most recent time at which the account accessed this resource.voidThe mapped identity privileges for this entitlement, such as Kubernetes group memberships.voidsetOriginId(String in) The unique identifier of the origin of this entitlement (e.g., a Role or AccountGrant ID).voidsetResourceId(String in) The unique identifier of the Resource to which access is granted.
-
Constructor Details
-
GrantedAccountEntitlement
public GrantedAccountEntitlement()
-
-
Method Details
-
getGroupId
The unique identifier of the group associated with this entitlement, if any. -
setGroupId
The unique identifier of the group associated with this entitlement, if any. -
getLastAccessed
The most recent time at which the account accessed this resource. Empty if the resource has never been accessed. -
setLastAccessed
The most recent time at which the account accessed this resource. Empty if the resource has never been accessed. -
getMappedIdentities
The mapped identity privileges for this entitlement, such as Kubernetes group memberships. -
setMappedIdentities
The mapped identity privileges for this entitlement, such as Kubernetes group memberships. -
getOriginId
The unique identifier of the origin of this entitlement (e.g., a Role or AccountGrant ID). -
setOriginId
The unique identifier of the origin of this entitlement (e.g., a Role or AccountGrant ID). -
getResourceId
The unique identifier of the Resource to which access is granted. -
setResourceId
The unique identifier of the Resource to which access is granted.
-