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

    Interface TenantUserAccountWithAttributes

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

    interface TenantUserAccountWithAttributes {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.TenantUserAccountWithAttributes";
        attributesOptional?:
            | { $case: "attributes"; attributes: UserAttributes }
            | { $case: "error"; error: Error };
        tenantUserAccount?: TenantUserAccount;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

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

    Contains the fully qualified protobuf type name.

    attributesOptional?:
        | { $case: "attributes"; attributes: UserAttributes }
        | { $case: "error"; error: Error }

    Contains the selected value for the attributesOptional protobuf oneof.

    Type Declaration

    • { $case: "attributes"; attributes: UserAttributes }
      • $case: "attributes"

        Contains the case.

      • attributes: UserAttributes

        Contains the attributes.

    • { $case: "error"; error: Error }
      • $case: "error"

        Contains the case.

      • error: Error

        Contains the error.

    tenantUserAccount?: TenantUserAccount

    Contains the tenant_user_account protobuf field.