Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketScope

    The scope a setting or condition applies to (global, a project, or a repository).

    Returned by settings-style endpoints (reviewer groups, auto-decline, auto-merge, hooks, default reviewer conditions, branch restrictions).

    interface BitbucketScope {
        resourceId: number;
        type: "GLOBAL" | "PROJECT" | "REPOSITORY";
    }
    Index

    Properties

    Properties

    resourceId: number

    Id of the project or repository the setting is scoped to

    type: "GLOBAL" | "PROJECT" | "REPOSITORY"