GetUsersPlainArgs

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

A collection of arguments for invoking getUsers.

Constructors

Link copied to clipboard
constructor(identityStoreId: String)

Properties

Link copied to clipboard

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

Functions

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