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

    Interface TenantUserAccount

    this proto describes projections of global user accounts to specific tenants every global user account gets a specific id like 'tenantuseraccount-someuniquesuffix' inside those tenants where access to their resources is granted to them

    global user accounts are described separately in user_account*.proto

    interface TenantUserAccount {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.TenantUserAccount";
        metadata?: ResourceMetadata;
        spec?: TenantUserAccountSpec;
        status?: TenantUserAccountStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.TenantUserAccount"
    metadata?: ResourceMetadata