GroupProps
Properties for defining a Group.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-group
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ram;
new GroupProps {
object GroupName,
object Comments = null,
object DeletionForce = null,
object IgnoreExisting = null,
object Policies = null,
object PolicyAttachments = null
};
Properties
| Name | Type | Description |
|---|---|---|
GroupName |
object |
Property groupName: Specifies the group name, containing up to 64 characters. |
Comments |
object |
Property comments: Remark information, up to 128 characters or Chinese characters. |
DeletionForce |
object |
Property deletionForce: Whether force detach the policies attached to the group. |
IgnoreExisting |
object |
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 |
object |
Property policies: Describes what actions are allowed on what resources. |
PolicyAttachments |
object |
Property policyAttachments: System and custom policy names to attach. |
GroupNameRequired
public object GroupName { get; set; }
- Type: object
Property groupName: Specifies the group name, containing up to 64 characters.
CommentsOptional
public object Comments { get; set; }
- Type: object
Property comments: Remark information, up to 128 characters or Chinese characters.
DeletionForceOptional
public object DeletionForce { get; set; }
- Type: object
Property deletionForce: Whether force detach the policies attached to the group.
Default value is false.
IgnoreExistingOptional
public object IgnoreExisting { get; set; }
- Type: object
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
public object Policies { get; set; }
- Type: object
Property policies: Describes what actions are allowed on what resources.
PolicyAttachmentsOptional
public object PolicyAttachments { get; set; }
- Type: object
Property policyAttachments: System and custom policy names to attach.