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

    Type Alias GetObjectStorageBucketAclData

    type GetObjectStorageBucketAclData = {
        body?: never;
        path: { bucket: string; regionId: string };
        query: { name: string };
        url: "object-storage/buckets/{regionId}/{bucket}/object-acl";
    }
    Index

    Properties

    Properties

    body?: never
    path: { bucket: string; regionId: string }

    Type Declaration

    • bucket: string

      The bucket name.

    • regionId: string

      Identifies a region where this bucket lives.

      📘

      You can use a clusterId in place of regionId in requests for buckets that you created using the legacy version of the API. Run List clusters to see each cluster id.

    query: { name: string }

    Type Declaration

    • name: string

      The name of a specific object to get its access control list (ACL) details. Run the List Object Storage bucket contents operation to access all object names in a bucket.

    url: "object-storage/buckets/{regionId}/{bucket}/object-acl"