AccessConfigurationProvisionProps
Properties for defining a AccessConfigurationProvision
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-accessconfigurationprovision
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new AccessConfigurationProvisionProps {
object AccessConfigurationId,
object DirectoryId,
object TargetId,
object TargetType
};
Properties
Name | Type | Description |
---|---|---|
AccessConfigurationId |
object |
Property accessConfigurationId: The ID of the access configuration. |
DirectoryId |
object |
Property directoryId: The ID of the directory. |
TargetId |
object |
Property targetId: The ID of the task object. |
TargetType |
object |
Property targetType: The type of the task object. |
AccessConfigurationId
Required
public object AccessConfigurationId { get; set; }
- Type: object
Property accessConfigurationId: The ID of the access configuration.
DirectoryId
Required
public object DirectoryId { get; set; }
- Type: object
Property directoryId: The ID of the directory.
TargetId
Required
public object TargetId { get; set; }
- Type: object
Property targetId: The ID of the task object.
TargetType
Required
public object TargetType { get; set; }
- Type: object
Property targetType: The type of the task object.
Set the value to RD-Account, which specifies the accounts in the resource directory.