InlineChildPolicyServiceProfile1

InlineChildPolicyServiceProfile1
InlineChildPolicyServiceProfile1
JSON Example
{
    "PolicyServiceProfile": {
        "attributes": [
            {
                "attribute_type": "string",
                "display_name": "string",
                "key": "string",
                "read_only": false,
                "value": "string"
            }
        ],
        "redirection_action": "string",
        "vendor_template_key": "string",
        "vendor_template_name": "string"
    }
}
PolicyServiceProfile
Required

Service profile represents specialization of a vendor template. User may provide any of the vendor_template_name or vendor_template_key properties. But in case of multiple vendor templates with the same name, it is recommended to use the vendor_template_key. When both attributes are provided, name is ignored and only key is used to identify the template. If there are multiple templates with same name, and vendor_template_name is provided, realization will fail.