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. |
AclEntries
Optional
public object AclEntries { get; set; }
- Type: object
Property aclEntries: undefined.
AclName
Optional
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.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group.