toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.appcomplianceautomation.kotlin.inputs
/
ScopingAnswerArgs
Scoping
Answer
Args
data
class
ScopingAnswerArgs
(
val
answers
:
Output
<
List
<
String
>
>
,
val
questionId
:
Output
<
String
>
)
:
ConvertibleToJava
<
ScopingAnswerArgs
>
Scoping answer.
Members
Constructors
Scoping
Answer
Args
Link copied to clipboard
constructor
(
answers
:
Output
<
List
<
String
>
>
,
questionId
:
Output
<
String
>
)
Properties
answers
Link copied to clipboard
val
answers
:
Output
<
List
<
String
>
>
Question answer value list.
question
Id
Link copied to clipboard
val
questionId
:
Output
<
String
>
Question id.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ScopingAnswerArgs