Package com.strongdm.api
Class RequestableResourceEntitlement
java.lang.Object
com.strongdm.api.RequestableResourceEntitlement
RequestableResourceEntitlement represents an individual account that is permitted to request access to a Resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the Account that can request access to this resource.The unique identifier of the group associated with this entitlement, if any.The mapped identity privileges for this entitlement, such as Kubernetes group memberships.The unique identifier of the origin of this entitlement (e.g., an Access Workflow ID).voidsetAccountId(String in) The unique identifier of the Account that can request access to this resource.voidsetGroupId(String in) The unique identifier of the group associated with this entitlement, if any.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., an Access Workflow ID).
-
Constructor Details
-
RequestableResourceEntitlement
public RequestableResourceEntitlement()
-
-
Method Details
-
getAccountId
The unique identifier of the Account that can request access to this resource. -
setAccountId
The unique identifier of the Account that can request 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. -
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., an Access Workflow ID). -
setOriginId
The unique identifier of the origin of this entitlement (e.g., an Access Workflow ID).
-