Get Group Result
data class GetGroupResult(val aliasCanonicalId: String, val aliasCreationTime: String, val aliasId: String, val aliasLastUpdateTime: String, val aliasMergedFromCanonicalIds: List<String>, val aliasMetadata: Map<String, String>, val aliasMountAccessor: String, val aliasMountPath: String, val aliasMountType: String, val aliasName: String, val creationTime: String, val dataJson: String, val groupId: String, val groupName: String, val id: String, val lastUpdateTime: String, val memberEntityIds: List<String>, val memberGroupIds: List<String>, val metadata: Map<String, String>, val modifyIndex: Int, val namespace: String? = null, val namespaceId: String, val parentGroupIds: List<String>, val policies: List<String>, val type: String)
A collection of values returned by getGroup.
Constructors
Link copied to clipboard
constructor(aliasCanonicalId: String, aliasCreationTime: String, aliasId: String, aliasLastUpdateTime: String, aliasMergedFromCanonicalIds: List<String>, aliasMetadata: Map<String, String>, aliasMountAccessor: String, aliasMountPath: String, aliasMountType: String, aliasName: String, creationTime: String, dataJson: String, groupId: String, groupName: String, id: String, lastUpdateTime: String, memberEntityIds: List<String>, memberGroupIds: List<String>, metadata: Map<String, String>, modifyIndex: Int, namespace: String? = null, namespaceId: String, parentGroupIds: List<String>, policies: List<String>, type: String)
Properties
Link copied to clipboard
Canonical ID of the Alias
Link copied to clipboard
Creation time of the Alias
Link copied to clipboard
Last update time of the alias
Link copied to clipboard
List of canonical IDs merged with this alias
Link copied to clipboard
Arbitrary metadata
Link copied to clipboard
Link copied to clipboard
Authentication mount path which this alias belongs to
Link copied to clipboard
Authentication mount type which this alias belongs to
Link copied to clipboard
Creation timestamp of the group
Link copied to clipboard
Last updated time of the group
Link copied to clipboard
List of Entity IDs which are members of this group
Link copied to clipboard
List of Group IDs which are members of this group
Link copied to clipboard
Modify index of the group
Link copied to clipboard
Namespace of which the group is part of
Link copied to clipboard
List of Group IDs which are parents of this group.