KnownDenyStatusMode enum
Known values of DenyStatusMode that the service accepts.
Fields
| DenyDelete | Authorized users are able to read and modify the resources, but cannot delete. |
| DenyWriteAndDelete | Authorized users can only read from a resource, but cannot modify or delete it. |
| Inapplicable | denyAssignments are not supported on resources outside the scope of the deployment stack. |
| None | No denyAssignments have been applied. |
| NotSupported | Resource type does not support denyAssignments. |
| RemovedBySystem | Deny assignment has been removed by Azure due to a resource management change (management group move, etc.) |