UserToGroupAdditionProps
Properties for defining a UserToGroupAddition.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-usertogroupaddition
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ram;
new UserToGroupAdditionProps {
object GroupName,
object Users
};
Properties
| Name | Type | Description |
|---|---|---|
GroupName |
object |
Property groupName: Specifies the group name, containing up to 64 characters. |
Users |
object |
Property users: list name of a users to which you want to add the group. |
GroupNameRequired
public object GroupName { get; set; }
- Type: object
Property groupName: Specifies the group name, containing up to 64 characters.
UsersRequired
public object Users { get; set; }
- Type: object
Property users: list name of a users to which you want to add the group.