JwtLog

JwtLog
JwtLog
JSON Example
{
    "authn_rule_match": {
        "rule_action": "string",
        "rule_name": "string"
    },
    "authz_rule_match": {
        "rule_action": "string",
        "rule_name": "string"
    },
    "is_jwt_verified": false,
    "token_payload": "string"
}
authn_rule_match
Optional

authn_rule_match

authz_rule_match
Optional

authz_rule_match

boolean
is_jwt_verified
Optional

Set to true, if JWT validation is successful. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
token_payload
Optional

JWT token payload. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of