Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketGpgSubKey

    A sub-key of a GPG key.

    interface BitbucketGpgSubKey {
        expiryDate?: number;
        fingerprint?: string;
    }
    Index

    Properties

    expiryDate?: number
    fingerprint?: string