ProfilePropertyPath

ProfilePropertyPath
ProfilePropertyPath

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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "profilePath": "string",
    "policyId": "string",
    "parameterId": "string",
    "policyOptionId": "string"
}
string
profilePath
Required

Complete path to the leaf profile, relative to the root of the host profile document.

string
policyId
Optional

Policy identifier.

string
parameterId
Optional

Key for a parameter in the policy specified by policyId.

See PolicyOption.parameter and key.

string
policyOptionId
Optional

Policy option identifier.