@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 352 B
TypeScript
export declare const CertificateProductType: {
readonly StandardDomainValidatedSsl: "StandardDomainValidatedSsl";
readonly StandardDomainValidatedWildCardSsl: "StandardDomainValidatedWildCardSsl";
};
/**
* Certificate product type.
*/
export type CertificateProductType = (typeof CertificateProductType)[keyof typeof CertificateProductType];