Skip to content

AccessConfigurationProvisionProps

Properties for defining a AccessConfigurationProvision.

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

Initializer

import ros_cdk_cloudsso
ros_cdk_cloudsso.AccessConfigurationProvisionProps(
  access_configuration_id: typing.Union[str, IResolvable],
  directory_id: typing.Union[str, IResolvable],
  target_id: typing.Union[str, IResolvable],
  target_type: typing.Union[str, IResolvable]
)

Properties

Name Type Description
access_configuration_id typing.Union[str, ros_cdk_core.IResolvable] Property accessConfigurationId: The ID of the access configuration.
directory_id typing.Union[str, ros_cdk_core.IResolvable] Property directoryId: The ID of the directory.
target_id typing.Union[str, ros_cdk_core.IResolvable] Property targetId: The ID of the task object.
target_type typing.Union[str, ros_cdk_core.IResolvable] Property targetType: The type of the task object.

access_configuration_idRequired

access_configuration_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property accessConfigurationId: The ID of the access configuration.


directory_idRequired

directory_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property directoryId: The ID of the directory.


target_idRequired

target_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property targetId: The ID of the task object.


target_typeRequired

target_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.