Skip to content

DirectoryProps

Properties for defining a Directory.

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

Initializer

import { DirectoryProps } from '@alicloud/ros-cdk-cloudsso'
const directoryProps: DirectoryProps = { ... }

Properties

Name Type Description
directoryName string | @alicloud/ros-cdk-core.IResolvable Property directoryName: The name of the directory.

directoryNameOptional

public readonly directoryName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property directoryName: The name of the directory.

The name must be globally unique. The name can contain lowercase letters, digits, or hyphens (-). The name cannot start or end with a hyphen (-) and cannot contain two consecutive hyphens (-). The name cannot start with d-. The name must be 2 to 64 characters in length. Note: If you do not specify this parameter, the value of this parameter is automatically generated by the system.