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. |
DirectoryIdRequired
public object DirectoryId { get; set; }
- Type: object
GroupIdRequired
public object GroupId { get; set; }
- Type: object
UserIdRequired
public object UserId { get; set; }
- Type: object