Skip to content

RosAclsProps

Properties for defining a RosAcls.

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

Initializer

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

Properties

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

AclIdOptional

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

AclNameOptional

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

RefreshOptionsOptional

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

ResourceGroupIdOptional

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