ServiceDetails
ServiceDetails
Represents the service details model, containing service key, service address, port, address type and certificates.
JSON Example
{
"address": "string",
"addressType": "string",
"basePath": "string",
"certificates": [
"string"
],
"key": "string",
"name": "string",
"port": 0,
"type": "string",
"version": "string"
}
string
address
Optional
The address of the service to which the token applies.
addressType
Optional
Type of the address
Possible values are :
IPV4,
IPV6,
FQDN,
UNKNOWN,
string
basePath
Optional
The base URL path of the integration service.
array of
string
certificates
Optional
Certificate chain associated with the service address.
string
key
Optional
Unique service key.
string
name
Optional
The display name of the integration service.
integer As int32
As int32
port
Optional
The port number associated with the service address.
string
type
Optional
The type of the integration service.
string
version
Optional
The version of the integration service.