RosUserToGroupAdditionProps
Properties for defining a RosUserToGroupAddition
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-usertogroupaddition
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new RosUserToGroupAdditionProps {
object DirectoryId,
object GroupId,
object UserId
};
Properties
Name | Type | Description |
---|---|---|
DirectoryId |
object |
No description. |
GroupId |
object |
No description. |
UserId |
object |
No description. |
DirectoryId
Required
public object DirectoryId { get; set; }
- Type: object
GroupId
Required
public object GroupId { get; set; }
- Type: object
UserId
Required
public object UserId { get; set; }
- Type: object