IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface AccessControlPolicy

    Contains the elements that set the ACL permissions for an object per grantee.

    interface AccessControlPolicy {
        Grants?: Grant[];
        Owner?: Owner;
    }
    Index

    Properties

    Properties

    Grants?: Grant[]

    A list of grants.

    Owner?: Owner

    Container for the bucket owner's display name and ID.