FunctionAppAuthSettingsMicrosoftArgs

data class FunctionAppAuthSettingsMicrosoftArgs(val clientId: Output<String>, val clientSecret: Output<String>, val oauthScopes: Output<List<String>>? = null) : ConvertibleToJava<FunctionAppAuthSettingsMicrosoftArgs>

Constructors

Link copied to clipboard
constructor(clientId: Output<String>, clientSecret: Output<String>, oauthScopes: Output<List<String>>? = null)

Properties

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
val clientSecret: Output<String>

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

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

The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx

Functions

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