pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.keyvault.kotlin.outputs
/
CertificateCertificate
Certificate
Certificate
data
class
CertificateCertificate
(
val
contents
:
String
,
val
password
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Certificate
Certificate
Link copied to clipboard
fun
CertificateCertificate
(
contents
:
String
,
password
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
contents
Link copied to clipboard
val
contents
:
String
The base64-encoded certificate contents.
password
Link copied to clipboard
val
password
:
String
?
=
null
The password associated with the certificate.