Skip to content

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.

AccessConfigurationIdRequired

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

DirectoryIdRequired

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

PrincipalIdRequired

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

PrincipalTypeRequired

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

TargetIdRequired

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

TargetTypeRequired

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