Skip to content

GroupProps

Properties for defining a Group.

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

Initializer

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

Properties

Name Type Description
directoryId string | @alicloud/ros-cdk-core.IResolvable Property directoryId: The ID of the directory.
groupName string | @alicloud/ros-cdk-core.IResolvable Property groupName: The name of the group.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the group.

directoryIdRequired

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

Property directoryId: The ID of the directory.


groupNameRequired

public readonly groupName: string | IResolvable;
  • Type: string | @alicloud/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 readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property description: The description of the group.

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