Skip to content

Commit

Permalink
Added enableRbacAuthorization property to Key Vault management plane
Browse files Browse the repository at this point in the history
  • Loading branch information
msfcolombo committed Feb 21, 2020
1 parent 6efd36a commit 1493075
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,11 @@
"format": "int32",
"description": "softDelete data retention days. It accepts >=7 and <=90."
},
"enableRbacAuthorization": {
"type": "boolean",
"default": false,
"description": "Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored (warning: this is a preview feature). When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the vault is created with the default value of false. Note that management actions are always authorized with RBAC."
},
"createMode": {
"type": "string",
"description": "The vault's create mode to indicate whether the vault need to be recovered or not.",
Expand Down Expand Up @@ -1205,6 +1210,10 @@
"format": "int32",
"description": "softDelete data retention days. It accepts >=7 and <=90."
},
"enableRbacAuthorization": {
"type": "boolean",
"description": "Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored (warning: this is a preview feature). When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the value of this property will not change."
},
"createMode": {
"type": "string",
"description": "The vault's create mode to indicate whether the vault need to be recovered or not.",
Expand Down

0 comments on commit 1493075

Please sign in to comment.