You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault."
92
+
},
93
+
"keyUrl": {
94
+
"type": "string",
95
+
"description": "key encryption key Url, versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek."
96
+
}
97
+
},
98
+
"description": "Key and identity details for Customer Managed Key encryption of load test resource"
99
+
},
100
+
"EncryptionPropertiesIdentity": {
101
+
"type": "object",
102
+
"properties": {
103
+
"resourceId": {
104
+
"type": "string",
105
+
"description": "user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId"
"description": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."
180
+
}
181
+
},
182
+
"required": [
183
+
"type"
184
+
],
185
+
"description": "Managed service identity (system assigned and/or user assigned identities)"
0 commit comments