Class ConfidentialLedgerIdentityServiceBaseClient


  • public final class ConfidentialLedgerIdentityServiceBaseClient
    extends Object
    Initializes a new instance of the ConfidentialLedgerIdentityServiceBaseClient type.
    • Method Detail

      • getLedgerIdentity

        public DynamicRequest getLedgerIdentity​(String ledgerId)
        Gets identity information for a Confidential Ledger instance.

        Response Body Schema

        
         {
             ledgerId: String
             ledgerTlsCertificate: String
         }
         
        Parameters:
        ledgerId - Id of the Confidential Ledger instance to get information for.
        Returns:
        a DynamicRequest where customizations can be made before sent to the service.
      • invoke

        public DynamicRequest invoke()
        Create an empty DynamicRequest with the serializer and pipeline initialized for this client.
        Returns:
        a DynamicRequest where customizations can be made before sent to the service.