We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2003701 commit 57c702bCopy full SHA for 57c702b
specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json
@@ -1304,7 +1304,8 @@
1304
"data": {
1305
"description": "Blob encoding the policy rules under which the key can be released.",
1306
"type": "string",
1307
- "format": "base64url"
+ "format": "base64url",
1308
+ "x-ms-client-name": "encodedPolicy"
1309
}
1310
1311
},
@@ -1840,7 +1841,8 @@
1840
1841
"target": {
1842
1843
"minLength": 1,
- "description": "The attestation assertion for the target of the key release."
1844
+ "description": "The attestation assertion for the target of the key release.",
1845
+ "x-ms-client-name": "targetAttestationToken"
1846
1847
"nonce": {
1848
0 commit comments