LedgerCertificateBasedSecurityPrincipal

data class LedgerCertificateBasedSecurityPrincipal(val ledgerRoleName: String, val pemPublicKey: String)

Constructors

Link copied to clipboard
constructor(ledgerRoleName: String, pemPublicKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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