@nebius/js-sdk - v0.1.4
    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

    currently can only accept the values: custom, unknown, google, github.

    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