ArmAppContainersModelFactory.ContainerAppJwtClaimChecks Method

Definition

The configuration settings of the checks that should be made while validating the JWT Claims.

public static Azure.ResourceManager.AppContainers.Models.ContainerAppJwtClaimChecks ContainerAppJwtClaimChecks(System.Collections.Generic.IEnumerable<string> allowedGroups = default, System.Collections.Generic.IEnumerable<string> allowedClientApplications = default);
static member ContainerAppJwtClaimChecks : seq<string> * seq<string> -> Azure.ResourceManager.AppContainers.Models.ContainerAppJwtClaimChecks
Public Shared Function ContainerAppJwtClaimChecks (Optional allowedGroups As IEnumerable(Of String) = Nothing, Optional allowedClientApplications As IEnumerable(Of String) = Nothing) As ContainerAppJwtClaimChecks

Parameters

allowedGroups
IEnumerable<String>

The list of the allowed groups.

allowedClientApplications
IEnumerable<String>

The list of the allowed client applications.

Returns

A new ContainerAppJwtClaimChecks instance for mocking.

Applies to