RestrictedConnection

RestrictedConnection
RestrictedConnection

A restricted connection for the test connection feature.

JSON Example
{
    "id": "string",
    "type": "string",
    "value": "string"
}
string
id
Optional

The identifier of the restricted connection in URN format.

string
type
Required

The type of restricted connection. This can either be a domain name (DOMAIN), an IP address (IP_ADDRESS), or an IP address range (IP_RANGE).

string
value
Required

The value of the restricted connection, where the format depends on the type.