InlineDomain1

InlineDomain1
InlineDomain1

Domain

JSON Example
{
    "communication_map": {
        "communication_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",
                "communication_profile_path": "string",
                "logged": false,
                "destination_groups": [
                    "string"
                ],
                "sequence_number": 0,
                "source_groups": [
                    "string"
                ]
            }
        ],
        "precedence": 0
    },
    "groups": [
        {
            "_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",
            "state": "string",
            "expression": [
                {
                    "resource_type": "string"
                }
            ]
        }
    ]
}
communication_map
Optional

communication_map

array of Group
groups
Optional

This field is used while creating or updating the Domain. Please take a look at the UpdateTenant API documentation for details.

Used By