AzureDataSourceRequest

AzureDataSourceRequest
AzureDataSourceRequest
AllOf
This class requires all of the following:
JSON Example
{
    "ip": "192.168.10.1",
    "fqdn": "your.domain.com",
    "proxy_id": "1000:104:12313412",
    "nickname": "vc1",
    "enabled": false,
    "notes": "string",
    "credentials": {
        "azure_client": "string",
        "azure_key": "string",
        "azure_tenant": "string",
        "azure_subscription": "string"
    },
    "flows_enabled": false
}