GetGroupMembershipPlainArgs

data class GetGroupMembershipPlainArgs(val identityStoreId: String, val membershipId: String) : ConvertibleToJava<GetGroupMembershipPlainArgs>

Constructors

Link copied to clipboard
constructor(identityStoreId: String, membershipId: String)

Properties

Link copied to clipboard

The globally unique identifier for the identity store.

Link copied to clipboard

The identifier for a GroupMembership in the identity store.

Functions

Link copied to clipboard
open override fun toJava(): GetGroupMembershipPlainArgs