Skip to content

Conversation

@tanya732
Copy link
Contributor

Changes

  • Updated the scope field to Object type in LogEvent Class

References

Using this library, ‘scope’ attribute can be either an array of strings or just a string as suggested from internal team

Testing

  • Get accessToken, domain from your tenant Get accessToken
ManagementAPI api = ManagementAPI.newBuilder(domain, accessToken).build();

LogEventsPage logEventsPage = api.logEvents().list(null).execute().getBody();
List<LogEvent> logEvent = logEventsPage.getItems();

Checklist

@tanya732 tanya732 requested a review from a team as a code owner April 29, 2025 05:50
kailash-b
kailash-b previously approved these changes May 5, 2025
Copy link

@kishore7snehil kishore7snehil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tanya732 tanya732 merged commit 81f64d6 into master May 5, 2025
6 checks passed
@tanya732 tanya732 deleted the fix-log-event branch May 5, 2025 13:22
@tanya732 tanya732 mentioned this pull request May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants