Skip to content

GroupProps

Properties for defining a Group.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudsso"
&alicloudroscdkcloudsso.GroupProps {
    DirectoryId: interface{},
    GroupName: interface{},
    Description: interface{},
}

Properties

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

DirectoryIdRequired

DirectoryId interface{}
  • Type: interface{}

Property directoryId: The ID of the directory.


GroupNameRequired

GroupName interface{}
  • Type: interface{}

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 interface{}
  • Type: interface{}

Property description: The description of the group.

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