API to stream audit events to GCP logging for instance level
## Problem Statement Enable Group admins to configure google cloud logging and stream audit events to it. ## Proposed Solution Develop GraphQL APIs to manage Google Cloud Logging configuration data, which helps in creating, updating, and deleting the configurations. Users can configure an IAM service account under their project in google cloud and provide the details required for generating the access token: private_key, client_email, and project_id. using these we can generate an access token and stream audit events to the google cloud logging service. Users need to make sure the IAM service account has logging writes. ## Proposed Implementation Plan
epic