Skip to content

GroupProps

Properties for defining a Group.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new GroupProps {
    object DirectoryId,
    object GroupName,
    object Description = null
};

Properties

Name Type Description
DirectoryId object Property directoryId: The ID of the directory.
GroupName object Property groupName: The name of the group.
Description object Property description: The description of the group.

DirectoryIdRequired

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

Property directoryId: The ID of the directory.


GroupNameRequired

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

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 object Description { get; set; }
  • Type: object

Property description: The description of the group.

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