GetLedgerResult

data class GetLedgerResult(val id: String, val location: String? = null, val name: String, val properties: LedgerPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Confidential Ledger. Contains the properties of Confidential Ledger Resource.

Constructors

Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: LedgerPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource.

Link copied to clipboard
val location: String? = null

The Azure location where the Confidential Ledger is running.

Link copied to clipboard

Name of the Resource.

Link copied to clipboard

Properties of Confidential Ledger Resource.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource

Link copied to clipboard
val tags: Map<String, String>? = null

Additional tags for Confidential Ledger

Link copied to clipboard

The type of the resource.