RosAccessAssignmentProps
Properties for defining a RosAccessAssignment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-accessassignment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new RosAccessAssignmentProps {
object AccessConfigurationId,
object DirectoryId,
object PrincipalId,
object PrincipalType,
object TargetId,
object TargetType
};
Properties
Name | Type | Description |
---|---|---|
AccessConfigurationId |
object |
No description. |
DirectoryId |
object |
No description. |
PrincipalId |
object |
No description. |
PrincipalType |
object |
No description. |
TargetId |
object |
No description. |
TargetType |
object |
No description. |
AccessConfigurationId
Required
public object AccessConfigurationId { get; set; }
- Type: object
DirectoryId
Required
public object DirectoryId { get; set; }
- Type: object
PrincipalId
Required
public object PrincipalId { get; set; }
- Type: object
PrincipalType
Required
public object PrincipalType { get; set; }
- Type: object
TargetId
Required
public object TargetId { get; set; }
- Type: object
TargetType
Required
public object TargetType { get; set; }
- Type: object