DirectoryProps
Properties for defining a Directory.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-directory
Initializer
import ros_cdk_cloudsso
ros_cdk_cloudsso.DirectoryProps(
  directory_name: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description | 
|---|---|---|
| directory_name | typing.Union[str, ros_cdk_core.IResolvable] | Property directoryName: The name of the directory. | 
directory_nameOptional 
directory_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.