Package com.strongdm.api
Class GrantedResourceEntitlement
java.lang.Object
com.strongdm.api.GrantedResourceEntitlement
GrantedResourceEntitlement represents an individual entitlement of an Account to a Resource,
viewed from the resource's perspective.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the Account that has access to this resource.The 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).voidsetAccountId(String in) The unique identifier of the Account that has access to this resource.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).
-
Constructor Details
-
GrantedResourceEntitlement
public GrantedResourceEntitlement()
-
-
Method Details
-
getAccountId
The unique identifier of the Account that has access to this resource. -
setAccountId
The unique identifier of the Account that has access to this resource. -
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).
-