azure-native.portal.listListTenantConfigurationViolation
Explore with Pulumi AI
Gets list of items that violate tenant’s configuration. Azure REST API version: 2020-09-01-preview.
Using listListTenantConfigurationViolation
function listListTenantConfigurationViolation(args: ListListTenantConfigurationViolationArgs, opts?: InvokeOptions): Promise<ListListTenantConfigurationViolationResult>
def list_list_tenant_configuration_violation(opts: Optional[InvokeOptions] = None) -> ListListTenantConfigurationViolationResult
func ListListTenantConfigurationViolation(ctx *Context, args *ListListTenantConfigurationViolationArgs, opts ...InvokeOption) (*ListListTenantConfigurationViolationResult, error)
> 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 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:
- Next
Link string The URL to use for getting the next set of results.
- Value
List<Pulumi.
Azure Native. Portal. Outputs. Violation Response> The array of violations.
- Next
Link string The URL to use for getting the next set of results.
- Value
[]Violation
Response The array of violations.
- next
Link String The URL to use for getting the next set of results.
- value
List<Violation
Response> The array of violations.
- next
Link string The URL to use for getting the next set of results.
- value
Violation
Response[] The array of violations.
- next_
link str The URL to use for getting the next set of results.
- value
Sequence[Violation
Response] The array of violations.
- next
Link String The URL to use for getting the next set of results.
- value List<Property Map>
The array of violations.
Supporting Types
ViolationResponse
- Error
Message string Error message.
- Id string
Id of the item that violates tenant configuration.
- User
Id string Id of the user who owns violated item.
- Error
Message string Error message.
- Id string
Id of the item that violates tenant configuration.
- User
Id string Id of the user who owns violated item.
- error
Message String Error message.
- id String
Id of the item that violates tenant configuration.
- user
Id String Id of the user who owns violated item.
- error
Message string Error message.
- id string
Id of the item that violates tenant configuration.
- user
Id 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.
- error
Message String Error message.
- id String
Id of the item that violates tenant configuration.
- user
Id String Id of the user who owns violated item.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0