Skip to main content
Version: v41

trusted_client

A trusted-client definition

idstring<uuid>
typetrusted_client_type (string)

Trusted-client valid type

Possible values: [API_CLIENT, HOST_PROVISIONING, EXTENDER, CARRIER, ICAP]

secretstring
namestring
access_group_idstring<uuid>

Defines trusted client's access group which affects host and connection permissions

createdstring<date-time>

When the object was created

Example: 2017-01-01T15:05:05Z
updatedstring<date-time>

When the object was updated

Example: 2017-01-01T15:05:05Z
updated_bystring<uuid>

ID of the user who updated the object

Example: eef4aefc-d64e-4c2c-aba4-4914c86ce059
authorstring<uuid>

ID of the user who originally authored the object

Example: eef4aefc-d64e-4c2c-aba4-4914c86ce059
permissionsstring[]

List of permissions possessed by the trusted client

subnetsstring[]

List of trusted-client subnets

enabledboolean
registeredboolean
extender_addressstring[]
oauth_client_idstring
oauth_client_secretstring
group_idstring
web_proxy_addressstring
web_proxy_portinteger
routing_prefixstring
trusted_client
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "API_CLIENT",
"secret": "string",
"name": "string",
"access_group_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created": "2017-01-01T15:05:05Z",
"updated": "2017-01-01T15:05:05Z",
"updated_by": "eef4aefc-d64e-4c2c-aba4-4914c86ce059",
"author": "eef4aefc-d64e-4c2c-aba4-4914c86ce059",
"permissions": [
"string"
],
"subnets": [
"string"
],
"enabled": true,
"registered": true,
"extender_address": [
"string"
],
"oauth_client_id": "string",
"oauth_client_secret": "string",
"group_id": "string",
"web_proxy_address": "string",
"web_proxy_port": 0,
"routing_prefix": "string"
}