BrokerDirectoryList

BrokerDirectoryList
BrokerDirectoryList

Represents a list of directories

JSON Example
{
    "items": [
        {
            "_links": {
                "self": {
                    "href": "https://example.com/path-to-self"
                }
            },
            "id": "string",
            "name": "my_dir 1",
            "domains": [
                "domain1",
                "domain2"
            ],
            "default_domain": "domain1",
            "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