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 property path of the related profile/parameter.

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.