Get Confidential Ledger Result
data class GetConfidentialLedgerResult(val azureadBasedServicePrincipals: List<GetConfidentialLedgerAzureadBasedServicePrincipal>, val certificateBasedSecurityPrincipals: List<GetConfidentialLedgerCertificateBasedSecurityPrincipal>, val id: String, val identityServiceEndpoint: String, val ledgerEndpoint: String, val ledgerType: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>)
A collection of values returned by getConfidentialLedger.
Constructors
Link copied to clipboard
constructor(azureadBasedServicePrincipals: List<GetConfidentialLedgerAzureadBasedServicePrincipal>, certificateBasedSecurityPrincipals: List<GetConfidentialLedgerCertificateBasedSecurityPrincipal>, id: String, identityServiceEndpoint: String, ledgerEndpoint: String, ledgerType: String, location: String, name: String, resourceGroupName: String, tags: Map<String, String>)