Skip to content

Commit

Permalink
add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maorleger committed Feb 11, 2021
1 parent 9558bce commit f94b55e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/keyvault/keyvault-certificates/src/certificatesModels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ export interface CertificatePolicyProperties {
certificateTransparency?: boolean;
/**
* The media type (MIME type).
*
* Set to `application/x-pkcs12` when the certificate contains your PKCS#12/PFX bytes,
* or to `application/x-pem-file` when the certificate contains your ASCII PEM-encoded bytes.
*/
contentType?: CertificateContentType;
/**
Expand Down

0 comments on commit f94b55e

Please sign in to comment.