Legacy Microsoft Account Args
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
fun LegacyMicrosoftAccountArgs(enabled: Output<Boolean>? = null, login: Output<LoginScopesArgs>? = null, registration: Output<ClientRegistrationArgs>? = null, validation: Output<AllowedAudiencesValidationArgs>? = null)