Skip to content

RosAclProps

Properties for defining a RosAcl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-acl

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosAclProps {
    object AddressIpVersion,
    object AclEntries = null,
    object AclName = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
AddressIpVersion object No description.
AclEntries object No description.
AclName object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.

AddressIpVersionRequired

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

AclEntriesOptional

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

AclNameOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }