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

    Interface TenantUserAccountWithAttributesServiceServer

    Handles server calls for the nebius.iam.v1.TenantUserAccountWithAttributesService service.

    interface TenantUserAccountWithAttributesServiceServer {
        get: handleUnaryCall<
            GetTenantUserAccountWithAttributesRequest,
            TenantUserAccountWithAttributes,
        >;
        list: handleUnaryCall<
            ListTenantUserAccountsWithAttributesRequest,
            ListTenantUserAccountsWithAttributesResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • TenantUserAccountWithAttributesServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.iam.v1.TenantUserAccountWithAttributesService service.

    Index

    Handles the Get RPC.

    Handles the List RPC.