toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.keyvault.kotlin.inputs
/
CertifiateCertificateArgs
Certifiate
Certificate
Args
data
class
CertifiateCertificateArgs
(
val
contents
:
Output
<
String
>
,
val
password
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
CertifiateCertificateArgs
>
Members
Constructors
Certifiate
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
(
)
:
CertifiateCertificateArgs