toggle menu
pulumi-cloudflare-kotlin
6.2.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
ZeroTrustListItemArgs
Zero
Trust
List
Item
Args
data
class
ZeroTrustListItemArgs
(
val
createdAt
:
Output
<
String
>
?
=
null
,
val
description
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ZeroTrustListItemArgs
>
Members
Constructors
Zero
Trust
List
Item
Args
Link copied to clipboard
constructor
(
createdAt
:
Output
<
String
>
?
=
null
,
description
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Output
<
String
>
?
=
null
description
Link copied to clipboard
val
description
:
Output
<
String
>
?
=
null
The description of the list item, if present
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The value of the item in a list.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ZeroTrustListItemArgs