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