GetUserPlainArgs

data class GetUserPlainArgs(val alternateIdentifier: GetUserAlternateIdentifier? = null, val filter: GetUserFilter? = null, val identityStoreId: String, val userId: String? = null) : ConvertibleToJava<GetUserPlainArgs>

A collection of arguments for invoking getUser.

Constructors

Link copied to clipboard
constructor(alternateIdentifier: GetUserAlternateIdentifier? = null, filter: GetUserFilter? = null, identityStoreId: String, userId: String? = null)

Properties

Link copied to clipboard

A unique identifier for a user or group that is not the primary identifier. Conflicts with user_id and filter. Detailed below.

Link copied to clipboard
val filter: GetUserFilter? = null

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

Link copied to clipboard

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

Link copied to clipboard
val userId: String? = null

The identifier for a user in the Identity Store.

Functions

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