Argo CD API Client
    Preparing search index...

    Interface ArgoCdGpgKey

    Argo CD GPG public key.

    interface ArgoCdGpgKey {
        fingerprint?: string;
        keyData?: string;
        keyID?: string;
        owner?: string;
        subType?: string;
        trust?: string;
    }
    Index

    Properties

    fingerprint?: string

    Full key fingerprint.

    keyData?: string

    ASCII-armored PGP public key data.

    keyID?: string

    Short key ID (e.g. A123BC45).

    owner?: string

    Key owner name / email.

    subType?: string

    Key algorithm sub-type (e.g. rsa4096, ed25519).

    trust?: string

    Key trust level (e.g. ultimate, full).