Ledger Properties Args
    data class LedgerPropertiesArgs(val aadBasedSecurityPrincipals: Output<List<AADBasedSecurityPrincipalArgs>>? = null, val certBasedSecurityPrincipals: Output<List<CertBasedSecurityPrincipalArgs>>? = null, val ledgerType: Output<Either<String, LedgerType>>? = null) : ConvertibleToJava<LedgerPropertiesArgs> 
Additional Confidential Ledger properties.
Constructors
Link copied to clipboard
                fun LedgerPropertiesArgs(aadBasedSecurityPrincipals: Output<List<AADBasedSecurityPrincipalArgs>>? = null, certBasedSecurityPrincipals: Output<List<CertBasedSecurityPrincipalArgs>>? = null, ledgerType: Output<Either<String, LedgerType>>? = null)