Class RequestableResourceEntitlement

java.lang.Object
com.strongdm.api.RequestableResourceEntitlement

public class RequestableResourceEntitlement extends Object
RequestableResourceEntitlement represents an individual account that is permitted to request access to a Resource.
  • Constructor Details

    • RequestableResourceEntitlement

      public RequestableResourceEntitlement()
  • Method Details

    • getAccountId

      public String getAccountId()
      The unique identifier of the Account that can request access to this resource.
    • setAccountId

      public void setAccountId(String in)
      The unique identifier of the Account that can request access to this resource.
    • getGroupId

      public String getGroupId()
      The unique identifier of the group associated with this entitlement, if any.
    • setGroupId

      public void setGroupId(String in)
      The unique identifier of the group associated with this entitlement, if any.
    • getMappedIdentities

      public MappedIdentities getMappedIdentities()
      The mapped identity privileges for this entitlement, such as Kubernetes group memberships.
    • setMappedIdentities

      public void setMappedIdentities(MappedIdentities in)
      The mapped identity privileges for this entitlement, such as Kubernetes group memberships.
    • getOriginId

      public String getOriginId()
      The unique identifier of the origin of this entitlement (e.g., an Access Workflow ID).
    • setOriginId

      public void setOriginId(String in)
      The unique identifier of the origin of this entitlement (e.g., an Access Workflow ID).