Argo CD API Client
    Preparing search index...

    Interface ArgoCdCertificateDeleteParams

    Query params for deleting certificates.

    interface ArgoCdCertificateDeleteParams {
        certSubType?: string;
        certType?: string;
        hostNamePattern?: string;
    }
    Index

    Properties

    certSubType?: string

    Limit delete to certificates of this sub-type.

    certType?: string

    Limit delete to certificates of this type (ssh or https).

    hostNamePattern?: string

    Hostname pattern to match (supports glob).