1. Packages
  2. Azure Native
  3. API Docs
  4. portal
  5. listListTenantConfigurationViolation
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.portal.listListTenantConfigurationViolation

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets list of items that violate tenant’s configuration.

Uses Azure REST API version 2022-12-01-preview.

Other available API versions: 2020-09-01-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native portal [ApiVersion]. See the version guide for details.

Using listListTenantConfigurationViolation

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listListTenantConfigurationViolation(args: ListListTenantConfigurationViolationArgs, opts?: InvokeOptions): Promise<ListListTenantConfigurationViolationResult>
function listListTenantConfigurationViolationOutput(args: ListListTenantConfigurationViolationOutputArgs, opts?: InvokeOptions): Output<ListListTenantConfigurationViolationResult>
Copy
def list_list_tenant_configuration_violation(opts: Optional[InvokeOptions] = None) -> ListListTenantConfigurationViolationResult
def list_list_tenant_configuration_violation_output(opts: Optional[InvokeOptions] = None) -> Output[ListListTenantConfigurationViolationResult]
Copy
func ListListTenantConfigurationViolation(ctx *Context, args *ListListTenantConfigurationViolationArgs, opts ...InvokeOption) (*ListListTenantConfigurationViolationResult, error)
func ListListTenantConfigurationViolationOutput(ctx *Context, args *ListListTenantConfigurationViolationOutputArgs, opts ...InvokeOption) ListListTenantConfigurationViolationResultOutput
Copy

> Note: This function is named ListListTenantConfigurationViolation in the Go SDK.

public static class ListListTenantConfigurationViolation 
{
    public static Task<ListListTenantConfigurationViolationResult> InvokeAsync(ListListTenantConfigurationViolationArgs args, InvokeOptions? opts = null)
    public static Output<ListListTenantConfigurationViolationResult> Invoke(ListListTenantConfigurationViolationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListListTenantConfigurationViolationResult> listListTenantConfigurationViolation(ListListTenantConfigurationViolationArgs args, InvokeOptions options)
public static Output<ListListTenantConfigurationViolationResult> listListTenantConfigurationViolation(ListListTenantConfigurationViolationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:portal:listListTenantConfigurationViolation
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

listListTenantConfigurationViolation Result

The following output properties are available:

Value List<Pulumi.AzureNative.Portal.Outputs.ViolationResponse>
The Violation items on this page
NextLink string
The link to the next page of items
Value []ViolationResponse
The Violation items on this page
NextLink string
The link to the next page of items
value List<ViolationResponse>
The Violation items on this page
nextLink String
The link to the next page of items
value ViolationResponse[]
The Violation items on this page
nextLink string
The link to the next page of items
value Sequence[ViolationResponse]
The Violation items on this page
next_link str
The link to the next page of items
value List<Property Map>
The Violation items on this page
nextLink String
The link to the next page of items

Supporting Types

ViolationResponse

ErrorMessage This property is required. string
Error message.
Id This property is required. string
Id of the item that violates tenant configuration.
UserId This property is required. string
Id of the user who owns violated item.
ErrorMessage This property is required. string
Error message.
Id This property is required. string
Id of the item that violates tenant configuration.
UserId This property is required. string
Id of the user who owns violated item.
errorMessage This property is required. String
Error message.
id This property is required. String
Id of the item that violates tenant configuration.
userId This property is required. String
Id of the user who owns violated item.
errorMessage This property is required. string
Error message.
id This property is required. string
Id of the item that violates tenant configuration.
userId This property is required. string
Id of the user who owns violated item.
error_message This property is required. str
Error message.
id This property is required. str
Id of the item that violates tenant configuration.
user_id This property is required. str
Id of the user who owns violated item.
errorMessage This property is required. String
Error message.
id This property is required. String
Id of the item that violates tenant configuration.
userId This property is required. String
Id of the user who owns violated item.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi