GetConfidentialLedgerResult

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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Identity Service Endpoint for this Confidential Ledger.

Link copied to clipboard

The Endpoint for this Confidential Ledger.

Link copied to clipboard

The type of Confidential Ledger.

Link copied to clipboard

The supported Azure location where the Confidential Ledger exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A mapping of tags to assign to the Confidential Ledger.