SSH SshKeyUsageFilter object
Finds SSH key usage data. 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 |
---|---|---|
ClientName (Optional) |
List of string |
An array of client IP addresses, full names, or partial names that can that connect to ServerAccount with a corresponding key pair. Also known as the source device. For example, 10.240.102.94. |
ServerAccount (Optional) |
List of string |
An array of authorized server account names that provide keys to ClientName. For example, Admin. |
ServerName (Optional) |
List of string |
An array of authorized server IP addresses, full names, or partial names that provide keys to ClientName. Also known as the target device. For example, host715.test.com. |
Alert (Optional) |
List of integer |
An array of key usage alerts found on the Server: Untracked key = An orphan key. Unknown client = A key that does not belong to any client. |