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
Copy file name to clipboardExpand all lines: specification/authorization/resource-manager/Microsoft.Authorization/stable/2022-04-01/authorization-DenyAssignmentCalls.json
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -395,6 +395,36 @@
395
395
"isSystemProtected": {
396
396
"type": "boolean",
397
397
"description": "Specifies whether this deny assignment was created by Azure and cannot be edited or deleted."
398
+
},
399
+
"condition": {
400
+
"type": "string",
401
+
"description": "The conditions on the deny assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'"
402
+
},
403
+
"conditionVersion": {
404
+
"type": "string",
405
+
"description": "Version of the condition."
406
+
},
407
+
"createdOn": {
408
+
"readOnly": true,
409
+
"type": "string",
410
+
"description": "Time it was created",
411
+
"format": "date-time"
412
+
},
413
+
"updatedOn": {
414
+
"readOnly": true,
415
+
"type": "string",
416
+
"description": "Time it was updated",
417
+
"format": "date-time"
418
+
},
419
+
"createdBy": {
420
+
"readOnly": true,
421
+
"type": "string",
422
+
"description": "Id of the user who created the assignment"
423
+
},
424
+
"updatedBy": {
425
+
"readOnly": true,
426
+
"type": "string",
427
+
"description": "Id of the user who updated the assignment"
Copy file name to clipboardExpand all lines: specification/authorization/resource-manager/Microsoft.Authorization/stable/2022-04-01/authorization-RoleDefinitionsCalls.json
0 commit comments