CreateCertificateAuthorityRequest

data class CreateCertificateAuthorityRequest(var name: String?, var keyId: String, var chain: String?, var selfSigned: CreateSelfSignedCertificateAuthorityRequest?)

Constructors

Link copied to clipboard
constructor(name: String?, keyId: String, chain: String?, selfSigned: CreateSelfSignedCertificateAuthorityRequest?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var name: String?