Bitbucket Data Center API Client
    Preparing search index...

    Interface RefRestrictionAccessKey

    An SSH access key exempted from a ref restriction.

    interface RefRestrictionAccessKey {
        key?: { id?: number; label?: string; text?: string };
    }
    Index

    Properties

    Properties

    key?: { id?: number; label?: string; text?: string }