Skip to content

RosGroupProps

Properties for defining a RosGroup.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ram;
new RosGroupProps {
    object GroupName,
    object Comments = null,
    object DeletionForce = null,
    object IgnoreExisting = null,
    object Policies = null,
    object PolicyAttachments = null
};

Properties

Name Type Description
GroupName object No description.
Comments object No description.
DeletionForce object No description.
IgnoreExisting object No description.
Policies object No description.
PolicyAttachments object No description.

GroupNameRequired

public object GroupName { get; set; }
  • Type: object

CommentsOptional

public object Comments { get; set; }
  • Type: object

DeletionForceOptional

public object DeletionForce { get; set; }
  • Type: object

IgnoreExistingOptional

public object IgnoreExisting { get; set; }
  • Type: object

PoliciesOptional

public object Policies { get; set; }
  • Type: object

PolicyAttachmentsOptional

public object PolicyAttachments { get; set; }
  • Type: object