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

    Interface StaticKeyServiceServer

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

    interface StaticKeyServiceServer {
        delete: handleUnaryCall<DeleteStaticKeyRequest, Operation>;
        find: handleUnaryCall<FindStaticKeyRequest, FindStaticKeyResponse>;
        get: handleUnaryCall<GetStaticKeyRequest, StaticKey>;
        getByName: handleUnaryCall<GetStaticKeyByNameRequest, StaticKey>;
        issue: handleUnaryCall<IssueStaticKeyRequest, IssueStaticKeyResponse>;
        list: handleUnaryCall<ListStaticKeysRequest, ListStaticKeysResponse>;
        revoke: handleUnaryCall<RevokeStaticKeyRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • StaticKeyServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

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

    Index
    delete: handleUnaryCall<DeleteStaticKeyRequest, Operation>

    Handles the Delete RPC.

    Handles the Find RPC.

    get: handleUnaryCall<GetStaticKeyRequest, StaticKey>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetStaticKeyByNameRequest, StaticKey>

    Handles the GetByName RPC.

    Handles the Issue RPC.

    Handles the List RPC.

    revoke: handleUnaryCall<RevokeStaticKeyRequest, Operation>

    Handles the Revoke RPC.