GetGroupPlainArgs

data class GetGroupPlainArgs(val alternateIdentifier: GetGroupAlternateIdentifier? = null, val filter: GetGroupFilter? = null, val groupId: String? = null, val identityStoreId: String) : ConvertibleToJava<GetGroupPlainArgs>

A collection of arguments for invoking getGroup.

Constructors

Link copied to clipboard
constructor(alternateIdentifier: GetGroupAlternateIdentifier? = null, filter: GetGroupFilter? = null, groupId: String? = null, identityStoreId: String)

Properties

Link copied to clipboard

A unique identifier for the group that is not the primary identifier. Conflicts with group_id and filter. Detailed below.

Link copied to clipboard
val filter: GetGroupFilter? = null

Configuration block for filtering by a unique attribute of the group. Detailed below.

Link copied to clipboard
val groupId: String? = null

The identifier for a group in the Identity Store.

Link copied to clipboard

Identity Store ID associated with the Single Sign-On Instance. The following arguments are optional:

Functions

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