1. Packages
  2. Azure Native v1
  3. API Docs
  4. portal
  5. listListTenantConfigurationViolation
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.portal.listListTenantConfigurationViolation

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Gets list of items that violate tenant’s configuration. API Version: 2020-09-01-preview.

    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>
    def list_list_tenant_configuration_violation(opts: Optional[InvokeOptions] = None) -> ListListTenantConfigurationViolationResult
    def list_list_tenant_configuration_violation_output(opts: Optional[InvokeOptions] = None) -> Output[ListListTenantConfigurationViolationResult]
    func ListListTenantConfigurationViolation(ctx *Context, args *ListListTenantConfigurationViolationArgs, opts ...InvokeOption) (*ListListTenantConfigurationViolationResult, error)
    func ListListTenantConfigurationViolationOutput(ctx *Context, args *ListListTenantConfigurationViolationOutputArgs, opts ...InvokeOption) ListListTenantConfigurationViolationResultOutput

    > 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)
    }
    public static CompletableFuture<ListListTenantConfigurationViolationResult> listListTenantConfigurationViolation(ListListTenantConfigurationViolationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:portal:listListTenantConfigurationViolation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    listListTenantConfigurationViolation Result

    The following output properties are available:

    NextLink string
    The URL to use for getting the next set of results.
    Value List<Pulumi.AzureNative.Portal.Outputs.ViolationResponse>
    The array of violations.
    NextLink string
    The URL to use for getting the next set of results.
    Value []ViolationResponse
    The array of violations.
    nextLink String
    The URL to use for getting the next set of results.
    value List<ViolationResponse>
    The array of violations.
    nextLink string
    The URL to use for getting the next set of results.
    value ViolationResponse[]
    The array of violations.
    next_link str
    The URL to use for getting the next set of results.
    value Sequence[ViolationResponse]
    The array of violations.
    nextLink String
    The URL to use for getting the next set of results.
    value List<Property Map>
    The array of violations.

    Supporting Types

    ViolationResponse

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

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi