Package version:

A certificate to update

interface CertificatePatch {
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

Properties

tags?: {
    [propertyName: string]: string;
}

Application-specific metadata in the form of key-value pairs.