AzureActiveDirectoryResponse

data class AzureActiveDirectoryResponse(val enabled: Boolean? = null, val isAutoProvisioned: Boolean? = null, val login: AzureActiveDirectoryLoginResponse? = null, val registration: AzureActiveDirectoryRegistrationResponse? = null, val validation: AzureActiveDirectoryValidationResponse? = null)

The configuration settings of the Azure Active directory provider.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, isAutoProvisioned: Boolean? = null, login: AzureActiveDirectoryLoginResponse? = null, registration: AzureActiveDirectoryRegistrationResponse? = null, validation: AzureActiveDirectoryValidationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

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

Link copied to clipboard

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.