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

    Interface AuthPublicKeyServiceServer

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

    interface AuthPublicKeyServiceServer {
        activate: handleUnaryCall<ActivateAuthPublicKeyRequest, Operation>;
        create: handleUnaryCall<CreateAuthPublicKeyRequest, Operation>;
        deactivate: handleUnaryCall<DeactivateAuthPublicKeyRequest, Operation>;
        delete: handleUnaryCall<DeleteAuthPublicKeyRequest, Operation>;
        get: handleUnaryCall<GetAuthPublicKeyRequest, AuthPublicKey>;
        list: handleUnaryCall<ListAuthPublicKeyRequest, ListAuthPublicKeyResponse>;
        listByAccount: handleUnaryCall<
            ListAuthPublicKeyByAccountRequest,
            ListAuthPublicKeyResponse,
        >;
        update: handleUnaryCall<UpdateAuthPublicKeyRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • AuthPublicKeyServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

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

    Index
    activate: handleUnaryCall<ActivateAuthPublicKeyRequest, Operation>

    Handles the Activate RPC.

    create: handleUnaryCall<CreateAuthPublicKeyRequest, Operation>

    Handles the Create RPC.

    deactivate: handleUnaryCall<DeactivateAuthPublicKeyRequest, Operation>

    Handles the Deactivate RPC.

    delete: handleUnaryCall<DeleteAuthPublicKeyRequest, Operation>

    Handles the Delete RPC.

    get: handleUnaryCall<GetAuthPublicKeyRequest, AuthPublicKey>

    Handles the Get RPC.

    Handles the List RPC.

    listByAccount: handleUnaryCall<
        ListAuthPublicKeyByAccountRequest,
        ListAuthPublicKeyResponse,
    >

    Handles the ListByAccount RPC.

    update: handleUnaryCall<UpdateAuthPublicKeyRequest, Operation>

    Handles the Update RPC.