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

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

Methods

NameAccessible byRequired ParamsDescription
listSELECTGets 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
;