Package com.strongdm.api
Class Group
java.lang.Object
com.strongdm.api.Group
A Group is a named set of principals.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescription of the Group.getId()
Unique identifier of the Group.getName()
Unique human-readable name of the Group.Source is a read only field for what service manages this group, e.g.getTags()
Tags is a map of key/value pairs that can be attached to a Group.void
setDescription
(String in) Description of the Group.void
Unique identifier of the Group.void
Unique human-readable name of the Group.void
Source is a read only field for what service manages this group, e.g.void
Tags is a map of key/value pairs that can be attached to a Group.
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getDescription
Description of the Group. -
setDescription
Description of the Group. -
getId
Unique identifier of the Group. -
setId
Unique identifier of the Group. -
getName
Unique human-readable name of the Group. -
setName
Unique human-readable name of the Group. -
getSource
Source is a read only field for what service manages this group, e.g. StrongDM, Okta, Azure. -
setSource
Source is a read only field for what service manages this group, e.g. StrongDM, Okta, Azure. -
getTags
Tags is a map of key/value pairs that can be attached to a Group. -
setTags
Tags is a map of key/value pairs that can be attached to a Group.
-