Skip to content

Commit

Permalink
common create contract
Browse files Browse the repository at this point in the history
  • Loading branch information
solankisamir committed Sep 11, 2020
1 parent 1626b41 commit 7cbbf94
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2636,7 +2636,7 @@
],
"description": "Issue contract Update Properties."
},
"KeyVaultContractCreateProperties" :{
"KeyVaultContractCreateProperties": {
"properties": {
"secretIdentifier": {
"type": "string",
Expand All @@ -2651,19 +2651,16 @@
},
"KeyVaultContractProperties": {
"properties": {
"secretIdentifier": {
"type": "string",
"description": "Key vault secret identifier for fetching secret."
},
"identityClientId": {
"type": "string",
"description": "SystemAssignedIdentity or UserAssignedIdentity Client Id which will be used to access key vault secret."
},
"lastStatus": {
"$ref": "#/definitions/KeyVaultLastAccessStatusContractProperties",
"description": "Last time sync and refresh status of secret from key vault."
}
},
"allOf": [
{
"$ref": "#/definitions/KeyVaultContractCreateProperties"
}
],
"description": "KeyVault contract details."
},
"KeyVaultLastAccessStatusContractProperties": {
Expand Down

0 comments on commit 7cbbf94

Please sign in to comment.