-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Details field to Audit event entries #1047
Conversation
Added the optional `details` field for the audit events. As there aren't details what all of the sub-fields are, adding different fields that we've seen in our logs.
Added Details field to Audit event entries
@JustinJudd Could you run |
Sorry about that. Formatted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't confirm some fields in Java SDK's implementation.
- policy_name
- authentication_mode
- entity_ids
- succeeded_users
- failed_users
As I mentioned in #1038, we don't have a way to verify Enterprise Grid API's behavior.
If these fields are not essential to your use case, we can merge them as soon as you remove them. How about it?
Co-authored-by: Naoki Kanatani <k12naoki@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Added the optional details field for the audit events. As there aren't details what all of the sub-fields are, adding different fields that we've seen in our logs.