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. |
DirectoryId
Required
public object DirectoryId { get; set; }
- Type: object
Property directoryId: The ID of the directory.
GroupId
Required
public object GroupId { get; set; }
- Type: object
Property groupId: The ID of the group.
UserId
Required
public object UserId { get; set; }
- Type: object
Property userId: The ID of the user.