Skip to content

RosAclProps

Properties for defining a RosAcl.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosAclProps {
    object AclId,
    object RefreshOptions = null
};

Properties

Name Type Description
AclId object No description.
RefreshOptions object No description.

AclIdRequired

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

RefreshOptionsOptional

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