GetGroupPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The unique identifier for a group in the identity store.

Link copied to clipboard

The globally unique identifier for the identity store.

Functions

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