Ledger Properties Response
data class LedgerPropertiesResponse(val aadBasedSecurityPrincipals: List<AADBasedSecurityPrincipalResponse>? = null, val certBasedSecurityPrincipals: List<CertBasedSecurityPrincipalResponse>? = null, val identityServiceUri: String, val ledgerInternalNamespace: String, val ledgerName: String, val ledgerSku: String? = null, val ledgerType: String? = null, val ledgerUri: String, val provisioningState: String, val runningState: String? = null)
Additional Confidential Ledger properties.
Constructors
Link copied to clipboard
constructor(aadBasedSecurityPrincipals: List<AADBasedSecurityPrincipalResponse>? = null, certBasedSecurityPrincipals: List<CertBasedSecurityPrincipalResponse>? = null, identityServiceUri: String, ledgerInternalNamespace: String, ledgerName: String, ledgerSku: String? = null, ledgerType: String? = null, ledgerUri: String, provisioningState: String, runningState: String? = null)
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
Type of Confidential Ledger
Link copied to clipboard
Provisioning state of Ledger Resource
Link copied to clipboard
Object representing RunningState for Ledger.