Function App Auth Settings Microsoft Args
data class FunctionAppAuthSettingsMicrosoftArgs(val clientId: Output<String>, val clientSecret: Output<String>, val oauthScopes: Output<List<String>>? = null) : ConvertibleToJava<FunctionAppAuthSettingsMicrosoftArgs>
Properties
Link copied to clipboard
The OAuth 2.0 client secret that was created for the app used for authentication.
Link copied to clipboard
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx