ProfileParameterMetadataParameterRelationMetadata

ProfileParameterMetadataParameterRelationMetadata
ProfileParameterMetadataParameterRelationMetadata

This class to define a relation between the parameter and a profile or a parameter, or a constant list of values.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "relationTypes": [
        "string"
    ],
    "values": [
        {
            "_typeName": "string"
        }
    ],
    "path": {
        "_typeName": "string",
        "profilePath": "string",
        "policyId": "string",
        "parameterId": "string",
        "policyOptionId": "string"
    },
    "minCount": 0,
    "maxCount": 0
}
array of string
relationTypes
Optional

The types of this relation.

array of Any
values
Optional

The valid value list.

path
Optional

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.

integer As int32 As int32
minCount
Required

The minimal count of values to map to.

integer As int32 As int32
maxCount
Required

The maximum count of values to map to.