Skip to content

Commit

Permalink
expose two new client cert properties: validatedCertData, clientCertI…
Browse files Browse the repository at this point in the history
…ssuerDN (#13989)
  • Loading branch information
3quanfeng authored Apr 23, 2021
1 parent 4d7132d commit 2f51c3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,16 @@
"type": "string",
"description": "Certificate public data."
},
"validatedCertData": {
"readOnly": true,
"type": "string",
"description": "Validated certificate data."
},
"clientCertIssuerDN": {
"readOnly": true,
"type": "string",
"description": "Distinguished name of client certificate issuer."
},
"provisioningState": {
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/trustedClientCertificates/clientcert",
"properties": {
"provisioningState": "Succeeded",
"data": "****"
"data": "****",
"validatedCertData": "****",
"clientCertIssuerDN": "CN=User1, OU=Eng, O=Company Ltd, L=D4, S=Arizona, C=US"
}
}
],
Expand Down

0 comments on commit 2f51c3a

Please sign in to comment.