Windows Function App Slot Auth Settings V2Google V2Args
data class WindowsFunctionAppSlotAuthSettingsV2GoogleV2Args(val allowedAudiences: Output<List<String>>? = null, val clientId: Output<String>, val clientSecretSettingName: Output<String>, val loginScopes: Output<List<String>>? = null) : ConvertibleToJava<WindowsFunctionAppSlotAuthSettingsV2GoogleV2Args>
Constructors
Properties
Link copied to clipboard
Specifies a list of Allowed Audiences that should be requested as part of Google Sign-In authentication.
Link copied to clipboard
The app setting name that contains the client_secret
value used for Google Login. !>NOTE: A setting with this name must exist in app_settings
to function correctly.
Link copied to clipboard
The list of OAuth 2.0 scopes that should be requested as part of Google Sign-In authentication.