enterprise_get_enterprise_result

enterprise_get_enterprise_result
enterprise_get_enterprise_result
AllOf
This class requires all of the following:
JSON Example
{
    "id": 0,
    "created": "string",
    "networkId": 0,
    "gatewayPoolId": 0,
    "alertsEnabled": 0,
    "operatorAlertsEnabled": 0,
    "endpointPkiMode": "string",
    "name": "string",
    "domain": "string",
    "prefix": "string",
    "logicalId": "string",
    "accountNumber": "string",
    "description": "string",
    "contactName": "string",
    "contactPhone": "string",
    "contactMobile": "string",
    "contactEmail": "string",
    "streetAddress": "string",
    "streetAddress2": "string",
    "city": "string",
    "state": "string",
    "postalCode": "string",
    "country": "string",
    "lat": "number",
    "lon": "number",
    "timezone": "string",
    "locale": "string",
    "modified": "string",
    "bastionState": "string",
    "enterpriseProxy": {
        "id": 0,
        "created": "string",
        "networkId": 0,
        "proxyType": "string",
        "operateGateways": false,
        "logicalId": "string",
        "name": "string",
        "domain": "string",
        "prefix": "string",
        "description": "string",
        "contactName": "string",
        "contactPhone": "string",
        "contactMobile": "string",
        "contactEmail": "string",
        "streetAddress": "string",
        "streetAddress2": "string",
        "city": "string",
        "state": "string",
        "postalCode": "string",
        "country": "string",
        "lat": "number",
        "lon": "number",
        "modified": "string"
    }
}