SSH SshKeyUsageData object
Stores detailed key usage information. The key usage record will be returned in the POST SSH/KeyUsage method only if all its attributes match those specified in filter. In other words, different filter clauses are ANDed. If the filter clause supports multiple values and there is a device match, SSH/KeyUsage returns any of those values.
Field |
Type |
Description |
---|---|---|
Alert (Optional) |
Integer |
List of key usage alerts to match. See SSH Policy violation result and key usage alert codes for list of possible alert codes. |
AuthorizedKeyId |
Integer |
(Optional) The Id of the authorized key that allowed the access. Can be null if authorized key is not found in the Trust Protection Platformdatabase. |
ClientName |
String |
The host client name or full name of the device. |
Fingerprint |
String |
Fingerprint of a key that was used for access |
KeysetId |
String |
The identifier for a set of public and private keys that is valid for the device. |
KeyUsageId |
Integer |
The Key Usage Record Identifier. |
LastUsed |
DateTime |
The last time the client device tried to use this key to connect to this device. |
PrivateKeyId (Optional) |
Integer |
Id of the private key that was used. Can be null if matching private key is not found in the Trust Protection Platform database. |
SeverAccount |
String |
Server account name that was accessed. |
ServerName |
String |
Server hostname or IP address. |