Skip to content

UserToGroupAdditionProps

Properties for defining a UserToGroupAddition.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-usertogroupaddition

Initializer

import ros_cdk_ram
ros_cdk_ram.UserToGroupAdditionProps(
  group_name: typing.Union[str, IResolvable],
  users: typing.Union[typing.List[typing.Any], IResolvable]
)

Properties

Name Type Description
group_name typing.Union[str, ros_cdk_core.IResolvable] Property groupName: Specifies the group name, containing up to 64 characters.
users typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable] Property users: list name of a users to which you want to add the group.

group_nameRequired

group_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property groupName: Specifies the group name, containing up to 64 characters.


usersRequired

users: typing.Union[typing.List[typing.Any], IResolvable]
  • Type: typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable]

Property users: list name of a users to which you want to add the group.