UserAttachment

class UserAttachment : KotlinCustomResource

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

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

Import

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

$ pulumi import alicloud:cloudsso/userAttachment:UserAttachment example <directory_id>:<group_id>:<user_id>

Properties

Link copied to clipboard
val directoryId: Output<String>

The ID of the Directory.

Link copied to clipboard
val groupId: Output<String>

The Group ID.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userId: Output<String>

The User ID.