Skip to content

GroupProps

Properties for defining a Group.

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

Initializer

import com.aliyun.ros.cdk.cloudsso.GroupProps;
GroupProps.builder()
    .directoryId(java.lang.String)
    .directoryId(IResolvable)
    .groupName(java.lang.String)
    .groupName(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
    .build();

Properties

Name Type Description
directoryId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property directoryId: The ID of the directory.
groupName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property groupName: The name of the group.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The description of the group.

directoryIdRequired

public java.lang.Object getDirectoryId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property directoryId: The ID of the directory.


groupNameRequired

public java.lang.Object getGroupName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property groupName: The name of the group.

The name can contain letters, digits, underscores (_), hyphens (-), and periods (.). The name can be up to 128 characters in length.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property description: The description of the group.

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