Package com.strongdm.api
Class RequestableRoleEntitlement
java.lang.Object
com.strongdm.api.RequestableRoleEntitlement
RequestableRoleEntitlement represents an individual resource that a Role permits its members 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 through this role.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 through this role.
-
Constructor Details
-
RequestableRoleEntitlement
public RequestableRoleEntitlement()
-
-
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 through this role. -
setResourceId
The unique identifier of the Resource to which access can be requested through this role.
-