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

    Interface TenantUserAccountStatus

    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
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.TenantUserAccountStatus"
    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)

    userAccountState: UserAccountStatus_State

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