| Name |
Type |
Description |
Notes |
| account |
String |
The account attribute of the client provided access token. |
[optional] [default to null] |
| client_ip |
String |
The request client IP address as determined by Conjur. This same IP address appears in application logs and audit logs. |
[optional] [default to null] |
| token_issued_at |
String |
The issued timestamp, that is, when the provided access token was created (iat field in the JWT) |
[optional] [default to null] |
| user_agent |
String |
The incoming request HTTP user agent header. |
[optional] [default to null] |
| username |
String |
The username attribute of the provided access token. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]