Function App Slot Auth Settings Microsoft Args
data class FunctionAppSlotAuthSettingsMicrosoftArgs(val clientId: Output<String>, val clientSecret: Output<String>, val oauthScopes: Output<List<String>>? = null) : ConvertibleToJava<FunctionAppSlotAuthSettingsMicrosoftArgs>
Constructors
Link copied to clipboard
fun FunctionAppSlotAuthSettingsMicrosoftArgs(clientId: Output<String>, clientSecret: Output<String>, oauthScopes: Output<List<String>>? = null)
Functions
Properties
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