Get User Plain Args
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
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: