@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface SamlSettings

    interface SamlSettings {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.SamlSettings";
        forceAuthn: boolean;
        idpIssuer: string;
        ssoUrl: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.SamlSettings"
    forceAuthn: boolean

    if "true", the identity provider MUST authenticate the presenter directly rather than rely on a previous security context.

    idpIssuer: string
    ssoUrl: string