GetGroupsPlainArgs

data class GetGroupsPlainArgs(val identityStoreId: String) : ConvertibleToJava<GetGroupsPlainArgs>

A collection of arguments for invoking getGroups.

Constructors

Link copied to clipboard
constructor(identityStoreId: String)

Properties

Link copied to clipboard

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

Functions

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