ArmAppContainersModelFactory.ContainerAppJwtClaimChecks Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.