Skip to content

RosUserProvisionProps

Properties for defining a RosUserProvision.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-userprovision

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new RosUserProvisionProps {
    object DeletionStrategy,
    object DirectoryId,
    object DuplicationStrategy,
    object PrincipalId,
    object PrincipalType,
    object TargetId,
    object TargetType,
    object Description = null
};

Properties

Name Type Description
DeletionStrategy object No description.
DirectoryId object No description.
DuplicationStrategy object No description.
PrincipalId object No description.
PrincipalType object No description.
TargetId object No description.
TargetType object No description.
Description object No description.

DeletionStrategyRequired

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

DirectoryIdRequired

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

DuplicationStrategyRequired

public object DuplicationStrategy { 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

DescriptionOptional

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