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

    Interface PolicyStatus

    The container element for a bucket's policy status.

    interface PolicyStatus {
        IsPublic?: boolean;
    }
    Index

    Properties

    Properties

    IsPublic?: boolean

    The policy status for this bucket. TRUE indicates that this bucket is public. FALSE indicates that the bucket is not public.