# By: Riasat Ullah
# This file contains all constants and functions that are related to integrations with Google Cloud.

var_incident = 'incident'
var_version = 'version'

# incident attribute sub variables
var_inc_condition = 'condition'
var_inc_condition_name = 'condition_name'
var_inc_incident_id = 'incident_id'
var_inc_policy_name = 'policy_name'
var_inc_resource = 'resource'
var_inc_resource_name = 'resource_name'
var_inc_state = 'state'
var_inc_summary = 'summary'
var_inc_url = 'url'

# sub variables of the "condition" attribute inside the "incident" attribute
var_cond_condition_threshold = 'conditionThreshold'
var_cond_display_name = 'displayName'

# state values
acknowledged_state = 'acknowledged'
closed_state = 'closed'
open_state = 'open'
