Skip to content

DirectoryProps

Properties for defining a Directory.

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

Initializer

import com.aliyun.ros.cdk.cloudsso.DirectoryProps;
DirectoryProps.builder()
//  .directoryName(java.lang.String)
//  .directoryName(IResolvable)
    .build();

Properties

Name Type Description
directoryName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property directoryName: The name of the directory.

directoryNameOptional

public java.lang.Object getDirectoryName();
  • Type: java.lang.String OR com.aliyun.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.