Skip to content

DirectoryProps

Properties for defining a Directory.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new DirectoryProps {
    object DirectoryName = null
};

Properties

Name Type Description
DirectoryName object Property directoryName: The name of the directory.

DirectoryNameOptional

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

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.