Package version:

Interface ManagedCertificatePatch

A managed certificate to update

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

Properties

Properties

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

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