Skip to content

UserToGroupAdditionProps

Properties for defining a UserToGroupAddition.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new UserToGroupAdditionProps {
    object DirectoryId,
    object GroupId,
    object UserId
};

Properties

Name Type Description
DirectoryId object Property directoryId: The ID of the directory.
GroupId object Property groupId: The ID of the group.
UserId object Property userId: The ID of the user.

DirectoryIdRequired

public object DirectoryId { get; set; }
  • Type: object

Property directoryId: The ID of the directory.


GroupIdRequired

public object GroupId { get; set; }
  • Type: object

Property groupId: The ID of the group.


UserIdRequired

public object UserId { get; set; }
  • Type: object

Property userId: The ID of the user.