ProfileParameterMetadataParameterRelationMetadata
This class to define a relation between the parameter and a profile or a parameter, or a constant list of values.
{
"_typeName": "string",
"relationTypes": [
"string"
],
"values": [
{
"_typeName": "string"
}
],
"path": {
"_typeName": "string",
"profilePath": "string",
"policyId": "string",
"parameterId": "string",
"policyOptionId": "string"
},
"minCount": 0,
"maxCount": 0
}
The types of this relation.
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.
The minimal count of values to map to.
The maximum count of values to map to.