PemCertificateListArgs

data class PemCertificateListArgs(val certificates: Output<List<String>>, val type: Output<String>) : ConvertibleToJava<PemCertificateListArgs>

A list of PEM formatted certificates.

Constructors

Link copied to clipboard
constructor(certificates: Output<List<String>>, type: Output<String>)

Properties

Link copied to clipboard
val certificates: Output<List<String>>

PEM formatted public certificates. One certificate per entry.

Link copied to clipboard
val type: Output<String>

The discriminator for derived types. Expected value is '#Microsoft.VideoAnalyzer.PemCertificateList'.

Functions

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