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. |
DirectoryId
Required
DirectoryId interface{}
- Type: interface{}
Property directoryId: The ID of the directory.
GroupName
Required
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.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the group.
The description can be up to 1,024 characters in length.