Skip to content

AccessConfigurationProps

Properties for defining a AccessConfiguration.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new AccessConfigurationProps {
    object AccessConfigurationName,
    object DirectoryId,
    object Description = null,
    object RelayState = null,
    object SessionDuration = null
};

Properties

Name Type Description
AccessConfigurationName object Property accessConfigurationName: The name of the access configuration.
DirectoryId object Property directoryId: The ID of the directory.
Description object Property description: The description of the access configuration.
RelayState object 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.
SessionDuration object Property sessionDuration: The duration of a session in which a CloudSSO user accesses an account in your resource directory by using the access configuration.

AccessConfigurationNameRequired

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

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.


DirectoryIdRequired

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

Property directoryId: The ID of the directory.


DescriptionOptional

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

Property description: The description of the access configuration.

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


RelayStateOptional

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

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.


SessionDurationOptional

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

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.