pulumi-azure-kotlin
5.53.0.0
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
>
Constructors
Functions
Properties
Constructors
Certificate
Certificate
Args
Link copied to clipboard
fun
CertificateCertificateArgs
(
contents
:
Output
<
String
>
,
password
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CertificateCertificateArgs
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.