AnswerFileOptionsCreateSpec
AnswerFileOptionsCreateSpec
The AnswerFileOptionsCreateSpec data object contains host-specific user input for an answer file.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"validating": false,
"userInput": [
{
"_typeName": "string",
"inputPath": {
"_typeName": "string",
"profilePath": "string",
"policyId": "string",
"parameterId": "string",
"policyOptionId": "string"
},
"parameter": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
]
}
array of ProfileDeferredPolicyOptionParameter
userInput
Optional
List of parameters that contain host-specific data.