microsoftAccountOAuthScopes

@JvmName(name = "ujmnikvceugyftft")
suspend fun microsoftAccountOAuthScopes(value: Output<List<String>>)
@JvmName(name = "gbrcrgfukoqrdpjn")
suspend fun microsoftAccountOAuthScopes(value: List<String>?)

Parameters

value

The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope. Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx


@JvmName(name = "wbqsueqespdrtaso")
suspend fun microsoftAccountOAuthScopes(vararg values: Output<String>)


@JvmName(name = "jkhmrnqosspyvlen")
suspend fun microsoftAccountOAuthScopes(values: List<Output<String>>)
@JvmName(name = "kjabevnjjifqgbrh")
suspend fun microsoftAccountOAuthScopes(vararg values: String)

Parameters

values

The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope. Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx