Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketGpgKey

    Represents a GPG key associated with a Bitbucket user.

    Returned by GET /rest/gpg/latest/keys?user={slug}.

    interface BitbucketGpgKey {
        emailAddress?: string;
        expiryDate?: number;
        fingerprint?: string;
        id?: string;
        subKeys?: BitbucketGpgSubKey[];
        text?: string;
    }
    Index

    Properties

    emailAddress?: string
    expiryDate?: number
    fingerprint?: string
    id?: string
    subKeys?: BitbucketGpgSubKey[]
    text?: string

    The ASCII-armored key material