Skip to content

AccessConfigurationProps

Properties for defining a AccessConfiguration.

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

Initializer

import ros_cdk_cloudsso
ros_cdk_cloudsso.AccessConfigurationProps(
  access_configuration_name: typing.Union[str, IResolvable],
  directory_id: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  relay_state: typing.Union[str, IResolvable] = None,
  session_duration: typing.Union[typing.Union[int, float], IResolvable] = None
)

Properties

Name Type Description
access_configuration_name typing.Union[str, ros_cdk_core.IResolvable] Property accessConfigurationName: The name of the access configuration.
directory_id typing.Union[str, ros_cdk_core.IResolvable] Property directoryId: The ID of the directory.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the access configuration.
relay_state typing.Union[str, ros_cdk_core.IResolvable] Property relayState: The initial web page that is displayed after a CloudSSO user accesses an account in your resource directory by using the access configuration.
session_duration typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property sessionDuration: The duration of a session in which a CloudSSO user accesses an account in your resource directory by using the access configuration.

access_configuration_nameRequired

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

Property accessConfigurationName: The name of the access configuration.

The name can contain letters, digits, and hyphens (-). The name can be up to 32 characters in length.


directory_idRequired

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

Property directoryId: The ID of the directory.


descriptionOptional

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

Property description: The description of the access configuration.

The description can be up to 1,024 characters in length.


relay_stateOptional

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

Property relayState: The initial web page that is displayed after a CloudSSO user accesses an account in your resource directory by using the access configuration.

The web page must be a page of the Alibaba Cloud Management Console. By default, this parameter is empty, which indicates that the initial web page is the homepage of the Alibaba Cloud Management Console.


session_durationOptional

session_duration: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property sessionDuration: The duration of a session in which a CloudSSO user accesses an account in your resource directory by using the access configuration.

Unit: seconds. Valid values: 900 to 43200. The value 900 indicates 15 minutes. The value 43200 indicates 12 hours. Default value: 3600. The value indicates 1 hour.