Package-level declarations
Types
Link copied to clipboard
data class GetGroupAlternateIdentifier(val externalId: GetGroupAlternateIdentifierExternalId? = null, val uniqueAttribute: GetGroupAlternateIdentifierUniqueAttribute? = null)
Link copied to clipboard
Link copied to clipboard
data class GetGroupAlternateIdentifierUniqueAttribute(val attributePath: String, val attributeValue: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetGroupMembershipsGroupMembership(val groupId: String, val identityStoreId: String, val memberId: GetGroupMembershipsGroupMembershipMemberId, val membershipId: String)
Link copied to clipboard
Link copied to clipboard
data class GetGroupMembershipsResult(val groupId: String, val groupMemberships: List<GetGroupMembershipsGroupMembership>, val id: String, val identityStoreId: String)
A collection of values returned by getGroupMemberships.
Link copied to clipboard
data class GetGroupResult(val alternateIdentifier: GetGroupAlternateIdentifier? = null, val description: String, val displayName: String, val externalIds: List<GetGroupExternalId>, val filter: GetGroupFilter? = null, val groupId: String, val id: String, val identityStoreId: String)
A collection of values returned by getGroup.
Link copied to clipboard
data class GetGroupsGroup(val description: String, val displayName: String, val externalIds: List<GetGroupsGroupExternalId>, val groupId: String, val identityStoreId: String)
Link copied to clipboard
Link copied to clipboard
data class GetGroupsResult(val groups: List<GetGroupsGroup>, val id: String, val identityStoreId: String)
A collection of values returned by getGroups.
Link copied to clipboard
Link copied to clipboard
data class GetUserAlternateIdentifier(val externalId: GetUserAlternateIdentifierExternalId? = null, val uniqueAttribute: GetUserAlternateIdentifierUniqueAttribute? = null)
Link copied to clipboard
Link copied to clipboard
data class GetUserAlternateIdentifierUniqueAttribute(val attributePath: String, val attributeValue: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetUserResult(val addresses: List<GetUserAddress>, val alternateIdentifier: GetUserAlternateIdentifier? = null, val displayName: String, val emails: List<GetUserEmail>, val externalIds: List<GetUserExternalId>, val filter: GetUserFilter? = null, val id: String, val identityStoreId: String, val locale: String, val names: List<GetUserName>, val nickname: String, val phoneNumbers: List<GetUserPhoneNumber>, val preferredLanguage: String, val profileUrl: String, val timezone: String, val title: String, val userId: String, val userName: String, val userType: String)
A collection of values returned by getUser.
Link copied to clipboard
data class GetUsersResult(val id: String, val identityStoreId: String, val users: List<GetUsersUser>)
A collection of values returned by getUsers.
Link copied to clipboard
data class GetUsersUser(val addresses: List<GetUsersUserAddress>, val displayName: String, val emails: List<GetUsersUserEmail>, val externalIds: List<GetUsersUserExternalId>, val identityStoreId: String, val locale: String, val names: List<GetUsersUserName>, val nickname: String, val phoneNumbers: List<GetUsersUserPhoneNumber>, val preferredLanguage: String, val profileUrl: String, val timezone: String, val title: String, val userId: String, val userName: String, val userType: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class UserEmails(val primary: Boolean? = null, val type: String? = null, val value: String? = null)
Link copied to clipboard
Link copied to clipboard
data class UserPhoneNumbers(val primary: Boolean? = null, val type: String? = null, val value: String? = null)