Class GrantedAccountEntitlement

java.lang.Object
com.strongdm.api.GrantedAccountEntitlement

public class GrantedAccountEntitlement extends Object
GrantedAccountEntitlement represents an individual entitlement of an Account to a Resource that has been granted.
  • Constructor Details

    • GrantedAccountEntitlement

      public GrantedAccountEntitlement()
  • Method Details

    • 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.
    • getLastAccessed

      public Date getLastAccessed()
      The most recent time at which the account accessed this resource. Empty if the resource has never been accessed.
    • setLastAccessed

      public void setLastAccessed(Date in)
      The most recent time at which the account accessed this resource. Empty if the resource has never been accessed.
    • 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., a Role or AccountGrant ID).
    • setOriginId

      public void setOriginId(String in)
      The unique identifier of the origin of this entitlement (e.g., a Role or AccountGrant ID).
    • getResourceId

      public String getResourceId()
      The unique identifier of the Resource to which access is granted.
    • setResourceId

      public void setResourceId(String in)
      The unique identifier of the Resource to which access is granted.