Package com.strongdm.api
Class RequestableAccountEntitlement
java.lang.Object
com.strongdm.api.RequestableAccountEntitlement
RequestableAccountEntitlement represents an individual resource that an Account is permitted to request access to.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe 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).The unique identifier of the Resource to which access can be requested.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).voidsetResourceId(String in) The unique identifier of the Resource to which access can be requested.
-
Constructor Details
-
RequestableAccountEntitlement
public RequestableAccountEntitlement()
-
-
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. -
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). -
getResourceId
The unique identifier of the Resource to which access can be requested. -
setResourceId
The unique identifier of the Resource to which access can be requested.
-