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

    Interface StaticKeyServiceServer

    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
    Index

    Properties

    delete: handleUnaryCall<DeleteStaticKeyRequest, Operation>
    get: handleUnaryCall<GetStaticKeyRequest, StaticKey>
    getByName: handleUnaryCall<GetStaticKeyByNameRequest, StaticKey>
    revoke: handleUnaryCall<RevokeStaticKeyRequest, Operation>