Windows Function App Auth Settings V2Microsoft V2Args
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
Properties
Link copied to clipboard
Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In 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
The list of Login scopes that should be requested as part of Microsoft Account authentication.