SamlLog

SamlLog
SamlLog
JSON Example
{
    "is_saml_authentication_used": false,
    "saml_attribute_lists": [
        {
            "attr_name": "string",
            "attr_values": [
                "string"
            ]
        }
    ],
    "saml_auth_status": "string",
    "saml_authn_rule_match": {
        "saml_authn_matched_rule_action": "string",
        "saml_authn_matched_rule_name": "string"
    },
    "saml_authz_rule_match": {
        "saml_authz_matched_rule_action": "string",
        "saml_authz_matched_rule_name": "string"
    },
    "saml_session_cookie_expired": false,
    "userid": "string"
}
boolean
is_saml_authentication_used
Optional

Set to True if SAML Authentication is used. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

saml_attribute_lists
Optional

SAML Attribute list. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
saml_auth_status
Optional

Saml Authentication Status. Enum options - SAML_AUTH_STATUS_UNAVAILABLE, SAML_AUTH_STATUS_UNAUTH_GET_REQUEST, SAML_AUTH_STATUS_UNAUTH_REQ_UNSUPPORTED_METHOD, SAML_AUTH_STATUS_AUTH_REQUEST_GENERATED, SAML_AUTH_STATUS_AUTH_RESPONSE_RECEIVED, SAML_AUTH_STATUS_AUTHENTICATED_REQUEST, SAML_AUTH_STATUS_AUTHORIZATION_FAILED. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

saml_authn_rule_match
Optional

saml_authn_rule_match

saml_authz_rule_match
Optional

saml_authz_rule_match

boolean
saml_session_cookie_expired
Optional

Is set when SAML session cookie is expired. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
userid
Optional

SAML userid. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of