get User
Use this data source to get an Identity Store User.
Return
A collection of values returned by getUser.
Parameters
argument
A collection of arguments for invoking getUser.
suspend fun getUser(alternateIdentifier: GetUserAlternateIdentifier? = null, filter: GetUserFilter? = null, identityStoreId: String, userId: String? = null): GetUserResult
Return
A collection of values returned by getUser.
See also
Parameters
alternate Identifier
A unique identifier for a user or group that is not the primary identifier. Conflicts with user_id
and filter
. Detailed below.
filter
Configuration block for filtering by a unique attribute of the user. Detailed below.
identity Store Id
Identity Store ID associated with the Single Sign-On Instance.
user Id
The identifier for a user in the Identity Store.
Return
A collection of values returned by getUser.
See also
Parameters
argument
Builder for com.pulumi.aws.identitystore.kotlin.inputs.GetUserPlainArgs.