Class GrantedRoleEntitlement

java.lang.Object
com.strongdm.api.GrantedRoleEntitlement

public class GrantedRoleEntitlement extends Object
GrantedRoleEntitlement represents an individual resource entitlement granted through a Role.
  • Constructor Details

    • GrantedRoleEntitlement

      public GrantedRoleEntitlement()
  • 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 any account in the organization accessed this resource. Empty if the resource has never been accessed.
    • setLastAccessed

      public void setLastAccessed(Date in)
      The most recent time at which any account in the organization 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.
    • getResourceId

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

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