WindowsFunctionAppAuthSettingsV2MicrosoftV2Args

data class WindowsFunctionAppAuthSettingsV2MicrosoftV2Args(val allowedAudiences: Output<List<String>>? = null, val clientId: Output<String>, val clientSecretSettingName: Output<String>, val loginScopes: Output<List<String>>? = null) : ConvertibleToJava<WindowsFunctionAppAuthSettingsV2MicrosoftV2Args>

Constructors

constructor(allowedAudiences: Output<List<String>>? = null, clientId: Output<String>, clientSecretSettingName: Output<String>, loginScopes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val allowedAudiences: Output<List<String>>? = null

Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication.

Link copied to clipboard
val clientId: Output<String>

The OAuth 2.0 client ID that was created for the app used for authentication.

Link copied to clipboard

The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. !>Note: A setting with this name must exist in app_settings to function correctly.

Link copied to clipboard
val loginScopes: Output<List<String>>? = null

The list of Login scopes that should be requested as part of Microsoft Account authentication.

Functions

Link copied to clipboard
open override fun toJava(): WindowsFunctionAppAuthSettingsV2MicrosoftV2Args