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

      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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • 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

            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.TenantUserAccount"

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    Contains the metadata protobuf field.

    Contains the spec protobuf field.

    Contains the status protobuf field.