UserToGroupAdditionProps
Properties for defining a UserToGroupAddition
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-usertogroupaddition
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram"
&alicloudroscdkram.UserToGroupAdditionProps {
GroupName: interface{},
Users: interface{},
}
Properties
Name | Type | Description |
---|---|---|
GroupName |
interface{} |
Property groupName: Specifies the group name, containing up to 64 characters. |
Users |
interface{} |
Property users: list name of a users to which you want to add the group. |
GroupName
Required
GroupName interface{}
- Type: interface{}
Property groupName: Specifies the group name, containing up to 64 characters.
Users
Required
Users interface{}
- Type: interface{}
Property users: list name of a users to which you want to add the group.