Documentation ¶
Index ¶
Constants ¶
View Source
const ( IntegrationTypeLower = "googleworkspace" // example: aws, azure IntegrationName = integration.Type("GOOGLE_WORKSPACE_ACCOUNT") // example: AWS_ACCOUNT, AZURE_SUBSCRIPTION OGPluginRepoURL = "github.com/opengovern/og-describer-googleworkspace" // example: github.com/opengovern/og-describer-aws )
View Source
const ( StreamName = "og_describer_googleworkspace" JobQueueTopic = "og_describer_googleworkspace_job_queue" ConsumerGroup = "describer-googleworkspace" JobQueueTopicManuals = "og_describer_googleworkspace_manuals_job_queue" ConsumerGroupManuals = "describer-googleworkspace-manuals" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegrationCredentials ¶
type IntegrationCredentials struct { AdminEmail string `json:"admin_email"` CustomerID string `json:"customer_id"` KeyFile json.RawMessage `json:"key_file"` }
Click to show internal directories.
Click to hide internal directories.