Package-level declarations

Types

Link copied to clipboard
data class GetGroupLookupGroupKey(val id: String, val namespace: String? = null)
Link copied to clipboard
data class GetGroupLookupResult(val groupKey: GetGroupLookupGroupKey, val id: String, val name: String)

A collection of values returned by getGroupLookup.

Link copied to clipboard
data class GetGroupMembershipsMembership(val createTime: String, val group: String, val memberKeys: List<GetGroupMembershipsMembershipMemberKey>, val name: String, val preferredMemberKeys: List<GetGroupMembershipsMembershipPreferredMemberKey>, val roles: List<GetGroupMembershipsMembershipRole>, val type: String, val updateTime: String)
Link copied to clipboard
data class GetGroupMembershipsMembershipMemberKey(val id: String, val namespace: String)
Link copied to clipboard
data class GetGroupMembershipsResult(val group: String, val id: String, val memberships: List<GetGroupMembershipsMembership>)

A collection of values returned by getGroupMemberships.

Link copied to clipboard
data class GetGroupsGroup(val additionalGroupKeys: List<GetGroupsGroupAdditionalGroupKey>, val createTime: String, val description: String, val displayName: String, val groupKeys: List<GetGroupsGroupGroupKey>, val initialGroupConfig: String, val labels: Map<String, String>, val name: String, val parent: String, val updateTime: String)
Link copied to clipboard
data class GetGroupsGroupAdditionalGroupKey(val id: String, val namespace: String)
Link copied to clipboard
data class GetGroupsGroupGroupKey(val id: String, val namespace: String)
Link copied to clipboard
data class GetGroupsResult(val groups: List<GetGroupsGroup>, val id: String, val parent: String)

A collection of values returned by getGroups.

Link copied to clipboard

A collection of values returned by getGroupTransitiveMemberships.

Link copied to clipboard
data class GroupAdditionalGroupKey(val id: String? = null, val namespace: String? = null)
Link copied to clipboard
data class GroupGroupKey(val id: String, val namespace: String? = null)
Link copied to clipboard
data class GroupMembershipMemberKey(val id: String, val namespace: String? = null)
Link copied to clipboard
data class GroupMembershipPreferredMemberKey(val id: String, val namespace: String? = null)
Link copied to clipboard
data class GroupMembershipRole(val expiryDetail: GroupMembershipRoleExpiryDetail? = null, val name: String)
Link copied to clipboard
data class GroupMembershipRoleExpiryDetail(val expireTime: String)