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

    Interface FederationSpec

    Represents the nebius.iam.v1.FederationSpec protobuf message.

    interface FederationSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.FederationSpec";
        active: boolean;
        settings?: { $case: "samlSettings"; samlSettings: SamlSettings };
        userAccountAutoCreation: boolean;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.iam.v1.FederationSpec protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.iam.v1.FederationSpec protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.iam.v1.FederationSpec"

    Contains the fully qualified protobuf type name.

    active: boolean

    Specifies if the federation in active state

    Deprecated: 'active' field ignored. Use 'Activate/Deactivate' methods to manage federation state. A newly created federation is always active by default..

    settings?: { $case: "samlSettings"; samlSettings: SamlSettings }

    Contains the selected value for the settings protobuf oneof.

    Type Declaration

    • $case: "samlSettings"

      Contains the case.

    • samlSettings: SamlSettings

      Contains the saml settings.

    userAccountAutoCreation: boolean

    If false, users with access to the federation cannot sign in automatically and user accounts for them must be pre-created by a federation administrator.