ProfileApplyProfileProperty

ProfileApplyProfileProperty
ProfileApplyProfileProperty

The ProfileApplyProfileProperty data object defines one or more subprofiles.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "propertyName": "string",
    "array": false,
    "profile": [
        {
            "_typeName": "string",
            "enabled": false,
            "policy": [
                {
                    "_typeName": "string",
                    "id": "string",
                    "policyOption": {
                        "_typeName": "string",
                        "id": "string",
                        "parameter": [
                            {
                                "_typeName": "string",
                                "key": "string",
                                "value": {
                                    "_typeName": "string"
                                }
                            }
                        ]
                    }
                }
            ],
            "profileTypeName": "string",
            "profileVersion": "string",
            "property": [
                "ProfileApplyProfileProperty Object"
            ],
            "favorite": false,
            "toBeMerged": false,
            "toReplaceWith": false,
            "toBeDeleted": false,
            "copyEnableStatus": false,
            "hidden": false
        }
    ]
}
string
propertyName
Required

Name of the property.

boolean
array
Required

Flag indicating whether this property is an array of profiles.

profile
Optional

Subprofiles that define policies and nested subprofiles.