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

The ProfilePropertyPath data object represents the path to a profile, policy option, or specific parameter.

If profilePath, policyId, and parameterId are all specified, the combination of the three identifies a particular parameter. If only profilePath and policyId are specified, the combination identifies a specific profile policy option. If just the profilePath is specified, the data object identifies a profile instance.

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.