User

class User : KotlinCustomResource

This resource manages a User resource within an Identity Store.

Note: If you use an external identity provider or Active Directory as your identity source, use this resource with caution. IAM Identity Center does not support outbound synchronization, so your identity source does not automatically update with the changes that you make to users using this resource. {{% examples %}}

Example Usage

{{% /examples %}}

Import

An Identity Store User can be imported using the combination identity_store_id/user_id. For example

$ pulumi import aws:identitystore/user:User example d-9c6705e95c/065212b4-9061-703b-5876-13a517ae2a7c

Properties

Link copied to clipboard
val addresses: Output<UserAddresses>?

Details about the user's address. At most 1 address is allowed. Detailed below.

Link copied to clipboard
val displayName: Output<String>

The name that is typically displayed when the user is referenced.

Link copied to clipboard
val emails: Output<UserEmails>?

Details about the user's email. At most 1 email is allowed. Detailed below.

Link copied to clipboard

A list of identifiers issued to this resource by an external identity provider.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val identityStoreId: Output<String>

The globally unique identifier for the identity store that this user is in.

Link copied to clipboard
val locale: Output<String>?

The user's geographical region or location.

Link copied to clipboard
val name: Output<UserName>

Details about the user's full name. Detailed below.

Link copied to clipboard
val nickname: Output<String>?

An alternate name for the user.

Link copied to clipboard

Details about the user's phone number. At most 1 phone number is allowed. Detailed below.

Link copied to clipboard

The preferred language of the user.

Link copied to clipboard
val profileUrl: Output<String>?

An URL that may be associated with the user.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val timezone: Output<String>?

The user's time zone.

Link copied to clipboard
val title: Output<String>?

The user's title.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userId: Output<String>

The identifier for this user in the identity store.

Link copied to clipboard
val userName: Output<String>

A unique string used to identify the user. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store. The limit is 128 characters. The following arguments are optional:

Link copied to clipboard
val userType: Output<String>?

The user type.