LedgerCertificateBasedSecurityPrincipalArgs

data class LedgerCertificateBasedSecurityPrincipalArgs(val ledgerRoleName: Output<String>, val pemPublicKey: Output<String>) : ConvertibleToJava<LedgerCertificateBasedSecurityPrincipalArgs>

Constructors

constructor(ledgerRoleName: Output<String>, pemPublicKey: Output<String>)

Properties

Link copied to clipboard
val ledgerRoleName: Output<String>

Specifies the Ledger Role to grant this Certificate Security Principal. Possible values are Administrator, Contributor and Reader.

Link copied to clipboard
val pemPublicKey: Output<String>

The public key, in PEM format, of the certificate used by this identity to authenticate with the Confidential Ledger.

Functions

Link copied to clipboard
open override fun toJava(): LedgerCertificateBasedSecurityPrincipalArgs