Argo CD API Client
    Preparing search index...

    Interface ArgoCdGpgKeyCreateResponse

    Response returned when creating GPG keys.

    interface ArgoCdGpgKeyCreateResponse {
        created?: Record<string, ArgoCdGpgKey>;
        skipped?: string[];
    }
    Index

    Properties

    Properties

    created?: Record<string, ArgoCdGpgKey>

    Keys that were successfully imported, keyed by key ID.

    skipped?: string[]

    Key IDs that were skipped (already present).