Skip to content

AclProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new AclProperty {
    object Function = null,
    object Instance = null,
    object Package = null,
    object Project = null,
    object Resource = null,
    object Table = null
};

Properties

Name Type Description
Function object No description.
Instance object No description.
Package object No description.
Project object No description.
Resource object No description.
Table object No description.

FunctionOptional

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

InstanceOptional

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

PackageOptional

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

ProjectOptional

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

ResourceOptional

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

TableOptional

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