Class Group

java.lang.Object
com.strongdm.api.Group

public class Group extends Object
A Group is a named set of principals.
  • Constructor Details

    • Group

      public Group()
  • Method Details

    • getDescription

      public String getDescription()
      Description of the Group.
    • setDescription

      public void setDescription(String in)
      Description of the Group.
    • getId

      public String getId()
      Unique identifier of the Group.
    • setId

      public void setId(String in)
      Unique identifier of the Group.
    • getName

      public String getName()
      Unique human-readable name of the Group.
    • setName

      public void setName(String in)
      Unique human-readable name of the Group.
    • getSource

      public String getSource()
      Source is a read only field for what service manages this group, e.g. StrongDM, Okta, Azure.
    • setSource

      public void setSource(String in)
      Source is a read only field for what service manages this group, e.g. StrongDM, Okta, Azure.
    • getTags

      public Map<String,String> getTags()
      Tags is a map of key/value pairs that can be attached to a Group.
    • setTags

      public void setTags(Map<String,String> in)
      Tags is a map of key/value pairs that can be attached to a Group.