GroupMembership

class GroupMembership : KotlinCustomResource

Provides a RAM Group membership resource.

NOTE: Available since v1.0.0+.

Import

RAM Group membership can be imported using the id, e.g.

$ pulumi import alicloud:ram/groupMembership:GroupMembership example my-group

Properties

Link copied to clipboard
val groupName: Output<String>

Name of the RAM group. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphen "-", and must not begin with a hyphen.

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 userNames: Output<List<String>>

Set of user name which will be added to group. Each name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.