ArmAppContainersModelFactory.ContainerAppOpenIdConnectLogin Method

Definition

The configuration settings of the login flow of the custom Open ID Connect provider.

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

Parameters

nameClaimType
String

The name of the claim that contains the users name.

scopes
IEnumerable<String>

A list of the scopes that should be requested while authenticating.

Returns

A new ContainerAppOpenIdConnectLogin instance for mocking.

Applies to