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

    Interface FederationCertificateServiceServer

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

    interface FederationCertificateServiceServer {
        create: handleUnaryCall<CreateFederationCertificateRequest, Operation>;
        delete: handleUnaryCall<DeleteFederationCertificateRequest, Operation>;
        get: handleUnaryCall<
            GetFederationCertificateRequest,
            FederationCertificate,
        >;
        listByFederation: handleUnaryCall<
            ListFederationCertificateByFederationRequest,
            ListFederationCertificateResponse,
        >;
        update: handleUnaryCall<UpdateFederationCertificateRequest, Operation>;
        updateBulk: handleUnaryCall<
            UpdateBulkFederationCertificateRequest,
            Operation,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • FederationCertificateServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

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

    Index

    Handles the Create RPC.

    Handles the Delete RPC.

    Handles the Get RPC.

    listByFederation: handleUnaryCall<
        ListFederationCertificateByFederationRequest,
        ListFederationCertificateResponse,
    >

    Handles the ListByFederation RPC.

    Handles the Update RPC.

    Replaces all federation's certificates with provided in the request. Certificates which are not presented will be removed.