Argo CD API Client
    Preparing search index...

    Interface ArgoCdGpgKeyList

    List response for GPG keys.

    interface ArgoCdGpgKeyList {
        items?: Record<string, ArgoCdGpgKey>;
    }
    Index

    Properties

    Properties

    items?: Record<string, ArgoCdGpgKey>

    GPG keys returned by Argo CD, keyed by key ID.