Skip to content

RosAclProps

Properties for defining a RosAcl.

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

Initializer

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

Properties

Name Type Description
AclEntries object No description.
AclName object No description.
ResourceGroupId object No description.

AclEntriesOptional

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

AclNameOptional

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

ResourceGroupIdOptional

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