toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.keyvault.kotlin.outputs
/
CertificateCertificate
Certificate
Certificate
data
class
CertificateCertificate
(
val
contents
:
String
,
val
password
:
String
?
=
null
)
Members
Constructors
Certificate
Certificate
Link copied to clipboard
constructor
(
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.