From 7b1d353c729d59e3e50bfc81fe95d512f110a29b Mon Sep 17 00:00:00 2001 From: Mike Culbertson Date: Thu, 22 Aug 2024 15:16:47 -0400 Subject: [PATCH] Fix: missing LogCredentialType causes exception while reading log data --- okta/models/log_credential_type.py | 1 + 1 file changed, 1 insertion(+) diff --git a/okta/models/log_credential_type.py b/okta/models/log_credential_type.py index fe943393f..24b974cc5 100644 --- a/okta/models/log_credential_type.py +++ b/okta/models/log_credential_type.py @@ -37,3 +37,4 @@ class LogCredentialType( EMAIL = "EMAIL", "email" OAUTH_2 = "OAUTH2", "oauth2" JWT = "JWT", "jwt" + CERTIFICATE = "CERTIFICATE", "certificate"