Package com.strongdm.api
Class GrantedRoleEntitlement
java.lang.Object
com.strongdm.api.GrantedRoleEntitlement
GrantedRoleEntitlement represents an individual resource entitlement granted through a Role.
-
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 any account in the organization accessed this resource.The mapped identity privileges for this entitlement, such as Kubernetes group memberships.The unique identifier of the Resource to which the role grants access.voidsetGroupId(String in) The unique identifier of the group associated with this entitlement, if any.voidsetLastAccessed(Date in) The most recent time at which any account in the organization accessed this resource.voidThe mapped identity privileges for this entitlement, such as Kubernetes group memberships.voidsetResourceId(String in) The unique identifier of the Resource to which the role grants access.
-
Constructor Details
-
GrantedRoleEntitlement
public GrantedRoleEntitlement()
-
-
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 any account in the organization accessed this resource. Empty if the resource has never been accessed. -
setLastAccessed
The most recent time at which any account in the organization 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. -
getResourceId
The unique identifier of the Resource to which the role grants access. -
setResourceId
The unique identifier of the Resource to which the role grants access.
-