PolicyTemplate

PolicyTemplate
PolicyTemplate
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_revision": 0,
    "_create_time": 0,
    "_system_owned": false,
    "display_name": "string",
    "description": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "_last_modified_time": 0,
    "_create_user": "string",
    "_last_modified_user": "string",
    "id": "string",
    "resource_type": "string",
    "template_body": {
        "connectivity_strategy": "string",
        "communication_profiles": [
            {
                "_self": {
                    "rel": "string"
                },
                "_links": [
                    {
                        "action": "string",
                        "href": "string",
                        "rel": "string"
                    }
                ],
                "_schema": "string",
                "_revision": 0,
                "_create_time": 0,
                "_system_owned": false,
                "display_name": "string",
                "description": "string",
                "tags": [
                    {
                        "scope": "string",
                        "tag": "string"
                    }
                ],
                "_last_modified_time": 0,
                "_create_user": "string",
                "_last_modified_user": "string",
                "id": "string",
                "resource_type": "string",
                "path": "string",
                "relative_path": "string",
                "communication_profile_entries": [
                    {
                        "_self": {
                            "rel": "string"
                        },
                        "_links": [
                            {
                                "action": "string",
                                "href": "string",
                                "rel": "string"
                            }
                        ],
                        "_schema": "string",
                        "_revision": 0,
                        "_create_time": 0,
                        "_system_owned": false,
                        "display_name": "string",
                        "description": "string",
                        "tags": [
                            {
                                "scope": "string",
                                "tag": "string"
                            }
                        ],
                        "_last_modified_time": 0,
                        "_create_user": "string",
                        "_last_modified_user": "string",
                        "id": "string",
                        "resource_type": "string",
                        "path": "string",
                        "relative_path": "string",
                        "services": [
                            "string"
                        ],
                        "action": "string",
                        "sequence_number": 0
                    }
                ]
            }
        ]
    },
    "template_placeholders": [
        {
            "placeholder_message": "string",
            "placeholder_id": "string"
        }
    ]
}