@akamai/openapi-ts
    Preparing search index...

    Type Alias GetObjectStorageBucketAclResponses

    type GetObjectStorageBucketAclResponses = {
        "200": {
            acl:
                | "private"
                | "public-read"
                | "authenticated-read"
                | "public-read-write"
                | "custom";
            acl_xml: string;
        };
    }
    Index

    Properties

    Properties

    "200": {
        acl:
            | "private"
            | "public-read"
            | "authenticated-read"
            | "public-read-write"
            | "custom";
        acl_xml: string;
    }

    The Object's canned ACL and policy.

    Type Declaration

    • acl:
          | "private"
          | "public-read"
          | "authenticated-read"
          | "public-read-write"
          | "custom"

      The S3 predefined collection of grantees and permissions set for the bucket, also referred to as a Canned ACL.

    • acl_xml: string

      The full XML of the object's ACL policy.