Skip to content

ObjectAclProps

Properties for defining a ObjectAcl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oss-objectacl

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oss;
new ObjectAclProps {
    object Bucket,
    object ObjectAcl,
    object ObjectKey
};

Properties

Name Type Description
Bucket object Property bucket: Bucket name.
ObjectAcl object Property objectAcl: Object acl.
ObjectKey object Property objectKey: Object key.

BucketRequired

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

Property bucket: Bucket name.


ObjectAclRequired

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

Property objectAcl: Object acl.


ObjectKeyRequired

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

Property objectKey: Object key.