User

class User : KotlinCustomResource

Provides a Cloud SSO User resource. For information about Cloud SSO User and how to use it, see What is User.

NOTE: Available since v1.140.0. NOTE: Cloud SSO Only Support cn-shanghai And us-west-1 Region

Import

Cloud SSO User can be imported using the id, e.g.

$ pulumi import alicloud:cloudsso/user:User example <directory_id>:<user_id>

Properties

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

The description of user. The description can be up to 1024 characters long.

Link copied to clipboard
val directoryId: Output<String>

The ID of the Directory.

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

The display name of user. The display name can be up to 256 characters long.

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

The User's Contact Email Address. The email can be up to 128 characters long.

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

The first name of user. The first_name can be up to 64 characters long.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastName: Output<String>?

The last name of user. The last_name can be up to 64 characters long.

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

The status of user. Valid values: Disabled, Enabled.

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

The User ID of the group.

Link copied to clipboard
val userName: Output<String>

The name of user. The name must be 1 to 64 characters in length and can contain letters, digits, at signs (@), periods (.), underscores (_), and hyphens (-).