service
Allowed protocol - SSH, RDP, VNC, WEB, DB (searchable)
Possible values: [SSH
, RDP
, VNC
, WEB
, DB
]
Service address, IPv4, IPv6 or FQDN
Service port
if service SSH, informs whether this service is used to rotate password
false
ssh tunnel port
Identifies the source of the services object "UI", "SCIM" or "SCAN". Deploy is also treated as "UI".
OK
List of allowed domains
db object
Database protocol
Possible values: [postgres
, mysql
, passthrough
, tls
]
Possible values: [ENABLED
, DISABLED
]
Database server TLS certificate trust anchors in PEM
Session recording of the protocol stream will start only when this amount of bytes have been transferred from client to server. Set to zero to start session recording from start of protocol stream.
When the object was created
2017-01-01T15:05:05Z
When the object was updated
2017-01-01T15:05:05Z
Name of the certificate template used for certificate authentication for this host
{
"service": "SSH",
"address": "string",
"port": 0,
"use_for_password_rotation": false,
"ssh_tunnel_port": 0,
"source": "string",
"login_page_url": "string",
"username_field_name": "string",
"password_field_name": "string",
"login_request_url": "string",
"login_request_password_property": "string",
"auth_type": "string",
"status": "OK",
"status_updated": "string",
"allowed_domains": [
"string"
],
"service_version": "string",
"use_legacy_cipher_suites": true,
"tls_min_version": "string",
"tls_max_version": "string",
"browser": "string",
"db": {
"protocol": "postgres",
"tls_certificate_validation": "ENABLED",
"tls_certificate_trust_anchors": "string",
"audit_skip_bytes": 0
},
"created": "2017-01-01T15:05:05Z",
"updated": "2017-01-01T15:05:05Z",
"certificate_template": "string"
}