Skip to content

AccessConfigurationProvisionProps

Properties for defining a AccessConfigurationProvision.

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

Initializer

import com.aliyun.ros.cdk.cloudsso.AccessConfigurationProvisionProps;
AccessConfigurationProvisionProps.builder()
    .accessConfigurationId(java.lang.String)
    .accessConfigurationId(IResolvable)
    .directoryId(java.lang.String)
    .directoryId(IResolvable)
    .targetId(java.lang.String)
    .targetId(IResolvable)
    .targetType(java.lang.String)
    .targetType(IResolvable)
    .build();

Properties

Name Type Description
accessConfigurationId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property accessConfigurationId: The ID of the access configuration.
directoryId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property directoryId: The ID of the directory.
targetId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property targetId: The ID of the task object.
targetType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property targetType: The type of the task object.

accessConfigurationIdRequired

public java.lang.Object getAccessConfigurationId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property accessConfigurationId: The ID of the access configuration.


directoryIdRequired

public java.lang.Object getDirectoryId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property directoryId: The ID of the directory.


targetIdRequired

public java.lang.Object getTargetId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property targetId: The ID of the task object.


targetTypeRequired

public java.lang.Object getTargetType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property targetType: The type of the task object.

Set the value to RD-Account, which specifies the accounts in the resource directory.