BrokerDirectoryList

BrokerDirectoryList
BrokerDirectoryList
JSON Example
{
    "items": [
        {
            "_links": {
                "self": {
                    "href": "https://example.com/path-to-self"
                }
            },
            "id": "string",
            "name": "string",
            "domains": [
                "string"
            ],
            "default_domain": "string",
            "source": "AZURE",
            "type": "PROVISIONED",
            "delete_in_progress": false
        }
    ],
    "_links": {
        "self": {
            "href": "https://example.com/path-to-self"
        }
    }
}
items
Optional

items

object
_links
Optional

The resource HATEOAS links. Usually includes a "self" link for this resource