Skip to content

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.

GroupNameRequired

GroupName interface{}
  • Type: interface{}

Property groupName: Specifies the group name, containing up to 64 characters.


CommentsOptional

Comments interface{}
  • Type: interface{}

Property comments: Remark information, up to 128 characters or Chinese characters.


DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

Property deletionForce: Whether force detach the policies attached to the group.

Default value is false.


IgnoreExistingOptional

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.


PoliciesOptional

Policies interface{}
  • Type: interface{}

Property policies: Describes what actions are allowed on what resources.


PolicyAttachmentsOptional

PolicyAttachments interface{}
  • Type: interface{}

Property policyAttachments: System and custom policy names to attach.