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 ledgerStorageAccount: String? = null, val ledgerType: String? = null, val ledgerUri: String, val provisioningState: String)
Additional Confidential Ledger properties.
Constructors
Link copied to clipboard
fun LedgerPropertiesResponse(aadBasedSecurityPrincipals: List<AADBasedSecurityPrincipalResponse>? = null, certBasedSecurityPrincipals: List<CertBasedSecurityPrincipalResponse>? = null, identityServiceUri: String, ledgerInternalNamespace: String, ledgerName: String, ledgerStorageAccount: String? = null, ledgerType: String? = null, ledgerUri: String, provisioningState: String)