LegacyMicrosoftAccountArgs

data class LegacyMicrosoftAccountArgs(val enabled: Output<Boolean>? = null, val login: Output<LoginScopesArgs>? = null, val registration: Output<ClientRegistrationArgs>? = null, val validation: Output<AllowedAudiencesValidationArgs>? = null) : ConvertibleToJava<LegacyMicrosoftAccountArgs>

The configuration settings of the legacy Microsoft Account provider.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, login: Output<LoginScopesArgs>? = null, registration: Output<ClientRegistrationArgs>? = null, validation: Output<AllowedAudiencesValidationArgs>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

false if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, true.

Link copied to clipboard
val login: Output<LoginScopesArgs>? = null

The configuration settings of the login flow.

Link copied to clipboard

The configuration settings of the app registration for the legacy Microsoft Account provider.

Link copied to clipboard

The configuration settings of the legacy Microsoft Account provider token validation flow.

Functions

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