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

    Interface TenantUserAccountStatus

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

    interface TenantUserAccountStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.TenantUserAccountStatus";
        federationId: string;
        invitationId: string;
        state: TenantUserAccountStatus_State;
        userAccountState: UserAccountStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

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

    Contains the fully qualified protobuf type name.

    federationId: string

    the federation id of the linked user account. Could be empty in a case of a tenant user account belongs to an invitation which wasn't accepted.

    invitationId: string

    if a tenant user account is created during invitation it gets a reference to the invitation resource once invitation is accepted it looses this reference (and internally gets a reference to their global federated user account)

    Contains the state protobuf field.

    userAccountState: UserAccountStatus_State

    user account state can help distinguish case when account is blocked globally