toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.keyvault.kotlin.inputs
/
CertificateCertificateArgs
Certificate
Certificate
Args
data
class
CertificateCertificateArgs
(
val
contents
:
Output
<
String
>
,
val
password
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
CertificateCertificateArgs
>
Members
Constructors
Certificate
Certificate
Args
Link copied to clipboard
constructor
(
contents
:
Output
<
String
>
,
password
:
Output
<
String
>
?
=
null
)
Properties
contents
Link copied to clipboard
val
contents
:
Output
<
String
>
The base64-encoded certificate contents.
password
Link copied to clipboard
val
password
:
Output
<
String
>
?
=
null
The password associated with the certificate.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CertificateCertificateArgs