GroupProps
Properties for defining a Group
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-group
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram"
&alicloudroscdkram.GroupProps {
GroupName: interface{},
Comments: interface{},
DeletionForce: interface{},
IgnoreExisting: interface{},
Policies: interface{},
PolicyAttachments: interface{},
}
Properties
Name | Type | Description |
---|---|---|
GroupName |
interface{} |
Property groupName: Specifies the group name, containing up to 64 characters. |
Comments |
interface{} |
Property comments: Remark information, up to 128 characters or Chinese characters. |
DeletionForce |
interface{} |
Property deletionForce: Whether force detach the policies attached to the group. |
IgnoreExisting |
interface{} |
Property ignoreExisting: Whether to ignore existing group False: ROS will perform a uniqueness check.If a group with the same name exists, an error will be reported when creating it. True: ROS will not check the uniqueness.If there is a group with the same name, the group creation process will be ignored. If the group is not created by ROS, it will be ignored during update and delete stage. |
Policies |
interface{} |
Property policies: Describes what actions are allowed on what resources. |
PolicyAttachments |
interface{} |
Property policyAttachments: System and custom policy names to attach. |
GroupName
Required
GroupName interface{}
- Type: interface{}
Property groupName: Specifies the group name, containing up to 64 characters.
Comments
Optional
Comments interface{}
- Type: interface{}
Property comments: Remark information, up to 128 characters or Chinese characters.
DeletionForce
Optional
DeletionForce interface{}
- Type: interface{}
Property deletionForce: Whether force detach the policies attached to the group.
Default value is false.
IgnoreExisting
Optional
IgnoreExisting interface{}
- Type: interface{}
Property ignoreExisting: Whether to ignore existing group False: ROS will perform a uniqueness check.If a group with the same name exists, an error will be reported when creating it. True: ROS will not check the uniqueness.If there is a group with the same name, the group creation process will be ignored. If the group is not created by ROS, it will be ignored during update and delete stage.
Policies
Optional
Policies interface{}
- Type: interface{}
Property policies: Describes what actions are allowed on what resources.
PolicyAttachments
Optional
PolicyAttachments interface{}
- Type: interface{}
Property policyAttachments: System and custom policy names to attach.