UserAttachmentArgs

data class UserAttachmentArgs(val directoryId: Output<String>? = null, val groupId: Output<String>? = null, val userId: Output<String>? = null) : ConvertibleToJava<UserAttachmentArgs>

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>

Constructors

Link copied to clipboard
constructor(directoryId: Output<String>? = null, groupId: Output<String>? = null, userId: Output<String>? = null)

Properties

Link copied to clipboard
val directoryId: Output<String>? = null

The ID of the Directory.

Link copied to clipboard
val groupId: Output<String>? = null

The Group ID.

Link copied to clipboard
val userId: Output<String>? = null

The User ID.

Functions

Link copied to clipboard
open override fun toJava(): UserAttachmentArgs