ProfileDeferredPolicyOptionParameter

ProfileDeferredPolicyOptionParameter
ProfileDeferredPolicyOptionParameter

The ProfileDeferredPolicyOptionParameter data object contains information about a single deferred parameter for host configuration.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "inputPath": {
        "_typeName": "string",
        "profilePath": "string",
        "policyId": "string",
        "parameterId": "string",
        "policyOptionId": "string"
    },
    "parameter": [
        {
            "_typeName": "string",
            "key": "string",
            "value": {
                "_typeName": "string"
            }
        }
    ]
}
inputPath
Required

Complete path to the PolicyOption that defines the parameters.

array of KeyAnyValue
parameter
Optional

List that contains values for the policy parameters.

During parameter verification, this property is unspecified if the client has not provided the values for this parameter. See ProfileExecuteResult.requireInput.