Axinom Mosaic Libraries
    Preparing search index...

    Interface ConfigStatusResponse

    interface ConfigStatusResponse {
        code: ConfigStatusResponseCode;
        enabledIdentityProviders: (
            | AxAuthIdpConfig
            | GoogleIdpConfig
            | AzureIdpConfig
            | AxinomIdpConfig
            | CustomIdpConfig
        )[];
        environmentId: string;
        tenantId: string;
    }
    Index

    Properties

    enabledIdentityProviders: (
        | AxAuthIdpConfig
        | GoogleIdpConfig
        | AzureIdpConfig
        | AxinomIdpConfig
        | CustomIdpConfig
    )[]
    environmentId: string
    tenantId: string