Bitbucket Data Center API Client
    Preparing search index...

    Interface AddSshKeyData

    Payload for POST /rest/ssh/latest/keys.

    interface AddSshKeyData {
        expiryDays?: number;
        label?: string;
        text: string;
    }
    Index

    Properties

    expiryDays?: number

    Days until the key expires; omit for a non-expiring key (if the instance allows it)

    label?: string
    text: string

    The public key material (e.g. 'ssh-ed25519 AAAA... comment')