tenant_configuration_violations
Creates, updates, deletes, gets or lists a tenant_configuration_violations
resource.
Overview
Name | tenant_configuration_violations |
Type | Resource |
Id | azure.portal.tenant_configuration_violations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Id of the item that violates tenant configuration. |
errorMessage | string | Error message. |
userId | string | Id of the user who owns violated item. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Gets list of items that violate tenant's configuration. |
SELECT
examples
Gets list of items that violate tenant's configuration.
SELECT
id,
errorMessage,
userId
FROM azure.portal.tenant_configuration_violations
;