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

    Interface FederationStatus

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

    interface FederationStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.FederationStatus";
        certificatesCount: number;
        state: FederationStatus_State;
        usersCount: number;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.iam.v1.FederationStatus 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.FederationStatus"

    Contains the fully qualified protobuf type name.

    certificatesCount: number

    Number of certificates attached to the SAML federation for verifying SAML responses.

    Federation state.

    usersCount: number

    Number of users registered in the IAM federation. This value may differ from the number of users in the identity provider.