LedgerPropertiesResponse

data class LedgerPropertiesResponse(val aadBasedSecurityPrincipals: List<AADBasedSecurityPrincipalResponse>? = null, val certBasedSecurityPrincipals: List<CertBasedSecurityPrincipalResponse>? = null, val identityServiceUri: String, val ledgerInternalNamespace: String, val ledgerName: String, val ledgerType: String? = null, val ledgerUri: String, val provisioningState: String)

Additional Confidential Ledger properties.

Constructors

Link copied to clipboard
constructor(aadBasedSecurityPrincipals: List<AADBasedSecurityPrincipalResponse>? = null, certBasedSecurityPrincipals: List<CertBasedSecurityPrincipalResponse>? = null, identityServiceUri: String, ledgerInternalNamespace: String, ledgerName: String, ledgerType: String? = null, ledgerUri: String, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array of all AAD based Security Principals.

Link copied to clipboard

Array of all cert based Security Principals.

Link copied to clipboard

Endpoint for accessing network identity.

Link copied to clipboard

Internal namespace for the Ledger

Link copied to clipboard

Unique name for the Confidential Ledger.

Link copied to clipboard
val ledgerType: String? = null

Type of Confidential Ledger

Link copied to clipboard

Endpoint for calling Ledger Service.

Link copied to clipboard

Provisioning state of Ledger Resource