GetGroupMembershipsPlainArgs

data class GetGroupMembershipsPlainArgs(val groupId: String, val identityStoreId: String) : ConvertibleToJava<GetGroupMembershipsPlainArgs>

A collection of arguments for invoking getGroupMemberships.

Constructors

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

Properties

Link copied to clipboard

The identifier for a group in the Identity Store.

Link copied to clipboard

Identity Store ID associated with the Single Sign-On Instance.

Functions

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