AzureActiveDirectoryArgs

data class AzureActiveDirectoryArgs(val enabled: Output<Boolean>? = null, val isAutoProvisioned: Output<Boolean>? = null, val login: Output<AzureActiveDirectoryLoginArgs>? = null, val registration: Output<AzureActiveDirectoryRegistrationArgs>? = null, val validation: Output<AzureActiveDirectoryValidationArgs>? = null) : ConvertibleToJava<AzureActiveDirectoryArgs>

The configuration settings of the Azure Active directory provider.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, isAutoProvisioned: Output<Boolean>? = null, login: Output<AzureActiveDirectoryLoginArgs>? = null, registration: Output<AzureActiveDirectoryRegistrationArgs>? = null, validation: Output<AzureActiveDirectoryValidationArgs>? = null)

Properties

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

false if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, true.

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

Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling. This is an internal flag primarily intended to support the Azure Management Portal. Users should not read or write to this property.

Link copied to clipboard

The configuration settings of the Azure Active Directory login flow.

Link copied to clipboard

The configuration settings of the Azure Active Directory app registration.

Link copied to clipboard

The configuration settings of the Azure Active Directory token validation flow.

Functions

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