GetGroupMembershipResult

data class GetGroupMembershipResult(val groupId: String? = null, val memberId: GroupMembershipMemberId? = null, val membershipId: String? = null)

Constructors

Link copied to clipboard
fun GetGroupMembershipResult(groupId: String? = null, memberId: GroupMembershipMemberId? = null, membershipId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupId: String? = null

The unique identifier for a group in the identity store.

Link copied to clipboard

An object containing the identifier of a group member.

Link copied to clipboard
val membershipId: String? = null

The identifier for a GroupMembership in the identity store.