Skip to content

UserToGroupAdditionProps

Properties for defining a UserToGroupAddition.

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

Initializer

import { UserToGroupAdditionProps } from '@alicloud/ros-cdk-cloudsso'
const userToGroupAdditionProps: UserToGroupAdditionProps = { ... }

Properties

Name Type Description
directoryId string | @alicloud/ros-cdk-core.IResolvable Property directoryId: The ID of the directory.
groupId string | @alicloud/ros-cdk-core.IResolvable Property groupId: The ID of the group.
userId string | @alicloud/ros-cdk-core.IResolvable Property userId: The ID of the user.

directoryIdRequired

public readonly directoryId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property directoryId: The ID of the directory.


groupIdRequired

public readonly groupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property groupId: The ID of the group.


userIdRequired

public readonly userId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property userId: The ID of the user.