Group

class Group : KotlinCustomResource

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

NOTE: Available since v1.138.0.

Import

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

$ pulumi import alicloud:cloudsso/group:Group example <directory_id>:<group_id>

Properties

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

The Description of the group. 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 groupId: Output<String>

The GroupId of the group.

Link copied to clipboard
val groupName: Output<String>

The Name of the group. The name must be 1 to 128 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-).

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>