Skip to main content

tenant_configuration_violations

Creates, updates, deletes, gets or lists a tenant_configuration_violations resource.

Overview

Nametenant_configuration_violations
TypeResource
Idazure.portal.tenant_configuration_violations

Fields

The following fields are returned by SELECT queries:

Azure operation completed successfully.

NameDatatypeDescription
idstringId of the item that violates tenant configuration.
errorMessagestringError message.
userIdstringId of the user who owns violated item.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectGets 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.

NameDatatypeDescription

SELECT examples

Gets list of items that violate tenant's configuration.

SELECT
id,
errorMessage,
userId
FROM azure.portal.tenant_configuration_violations
;