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

    Interface GetBucketPolicyCommandOutput

    The output of GetBucketPolicyCommand.

    interface GetBucketPolicyCommandOutput {
        Policy?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Policy?: string

    The bucket policy as a JSON document.