Skip to content

ACLProps

Properties for defining a ACL.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sag;
new ACLProps {
    object Name
};

Properties

Name Type Description
Name object Property name: Access control name.

NameRequired

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

Property name: Access control name.

The length is 2-128 characters. It must start with a letter or Chinese. It can contain numbers, periods (.), underscores (_) and dashes (-), but cannot start with http:// or https://.