Skip to content

Commit

Permalink
Added isVeritied field to CertificateBodyDescription. (Azure#12427)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrd authored Jul 8, 2021
1 parent 43976e1 commit 8730c1b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,10 @@
"certificate": {
"description": "Base-64 representation of the X509 leaf certificate .cer file or just .pem file content.",
"type": "string"
},
"isVerified": {
"description": "True indicates that the certificate will be created in verified state and proof of possession will not be required.",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit 8730c1b

Please sign in to comment.