Skip to content

UserToGroupAdditionProps

Properties for defining a UserToGroupAddition.

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

Initializer

import ros_cdk_cloudsso
ros_cdk_cloudsso.UserToGroupAdditionProps(
  directory_id: typing.Union[str, IResolvable],
  group_id: typing.Union[str, IResolvable],
  user_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
directory_id typing.Union[str, ros_cdk_core.IResolvable] Property directoryId: The ID of the directory.
group_id typing.Union[str, ros_cdk_core.IResolvable] Property groupId: The ID of the group.
user_id typing.Union[str, ros_cdk_core.IResolvable] Property userId: The ID of the user.

directory_idRequired

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

Property directoryId: The ID of the directory.


group_idRequired

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

Property groupId: The ID of the group.


user_idRequired

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

Property userId: The ID of the user.