ConfidentialLedgerIdentityServiceClient Class
Client for communicating with the Confidential Ledger Identity Service, which is used for retrieving identity information about a particular Confidential Ledger instance.
- Inheritance
-
builtins.objectConfidentialLedgerIdentityServiceClient
Constructor
ConfidentialLedgerIdentityServiceClient(identity_service_url: str, **kwargs: Any)
Parameters
- credential
- TokenCredential
Required
Credential for connecting to the service. May be None, because no credential is currently required.
Methods
| get_ledger_identity |
Gets the network information for a Confidential Ledger instance. |
get_ledger_identity
Gets the network information for a Confidential Ledger instance.
get_ledger_identity(ledger_id: str, **kwargs: Any) -> LedgerIdentity
Parameters
Returns
The ledger identity.
Return type
<xref:azure.confidentialledger.LedgerIdentity>
Exceptions
Attributes
identity_service_url
The URL this client is connected to.
Feedback
Submit and view feedback for