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

    Interface SecretVersionServiceServer

    Handles server calls for the nebius.mysterybox.v1.SecretVersionService service.

    interface SecretVersionServiceServer {
        create: handleUnaryCall<CreateSecretVersionRequest, Operation>;
        delete: handleUnaryCall<DeleteSecretVersionRequest, Operation>;
        get: handleUnaryCall<GetSecretVersionRequest, SecretVersion>;
        list: handleUnaryCall<
            ListSecretVersionsRequest,
            ListSecretVersionsResponse,
        >;
        undelete: handleUnaryCall<UndeleteSecretVersionRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • SecretVersionServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.mysterybox.v1.SecretVersionService service.

    Index
    create: handleUnaryCall<CreateSecretVersionRequest, Operation>

    Creates a new secret version in the specified container.

    delete: handleUnaryCall<DeleteSecretVersionRequest, Operation>

    Soft delete secret version.

    get: handleUnaryCall<GetSecretVersionRequest, SecretVersion>

    Returns the specified secret version, without its Payload.

    Returns the list of secret versions in a specified container, without its Payload.

    undelete: handleUnaryCall<UndeleteSecretVersionRequest, Operation>

    Undelete secret version