ProfilePolicy
ProfilePolicy
The ProfilePolicy data object represents a policy.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"id": "string",
"policyOption": {
"_typeName": "string",
"id": "string",
"parameter": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
}
string
id
Required
Identifier for the policy.
policyOption
Required
The PolicyOption data object represents one or more configuration values.
A policy option is one of the configuration options from the ProfilePolicyMetadata.possibleOption list.