CertBasedSecurityPrincipalResponse

data class CertBasedSecurityPrincipalResponse(val cert: String? = null, val ledgerRoleName: String? = null)

Cert based security principal with Ledger RoleName

Constructors

Link copied to clipboard
constructor(cert: String? = null, ledgerRoleName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cert: String? = null

Public key of the user cert (.pem or .cer)

Link copied to clipboard
val ledgerRoleName: String? = null

LedgerRole associated with the Security Principal of Ledger