Skip to content

GroupProps

Properties for defining a Group.

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

Initializer

import ros_cdk_cloudsso
ros_cdk_cloudsso.GroupProps(
  directory_id: typing.Union[str, IResolvable],
  group_name: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
directory_id typing.Union[str, ros_cdk_core.IResolvable] Property directoryId: The ID of the directory.
group_name typing.Union[str, ros_cdk_core.IResolvable] Property groupName: The name of the group.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the group.

directory_idRequired

directory_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property directoryId: The ID of the directory.


group_nameRequired

group_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property description: The description of the group.

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