Skip to content

AclProps

Properties for defining a Acl.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new AclProps {
    object AclEntries = null,
    object AclName = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
AclEntries object Property aclEntries: undefined.
AclName object Property aclName: The name of the ACL.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.

AclEntriesOptional

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

Property aclEntries: undefined.


AclNameOptional

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

Property aclName: The name of the ACL.

The name must be 2 to 128 characters in length, and can contain letters, digits, hyphens (-) and underscores (_). It must start with a letter.


ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.