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
The following fields are returned by SELECT
queries:
- list
Azure operation completed successfully.
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
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | Gets list of items that violate tenant's configuration. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|
SELECT
examples
- list
Gets list of items that violate tenant's configuration.
SELECT
id,
errorMessage,
userId
FROM azure.portal.tenant_configuration_violations
;