OpsGenie REST API v0.1.1 OpsGenieRESTAPI.Model.MsTeamsIntegration
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %OpsGenieRESTAPI.Model.MsTeamsIntegration{
updatesEnabled: boolean(),
ignoreTeamsFromPayload: boolean(),
requireMatchingUser: boolean(),
recipients: [Recipient],
priority: String.t(),
tenantId: String.t(),
assignedTeam: TeamMeta,
name: String.t(),
customPriority: String.t(),
_readOnly: [String.t()],
id: String.t(),
allowConfigurationAccess: boolean(),
"feature-type": String.t(),
updatesActionMappings: [ActionMapping],
webhookUrl: String.t(),
ignoreExtraPropertiesFromPayload: boolean(),
ignoreRecipientsFromPayload: boolean(),
ownerTeam: TeamMeta,
extraProperties: %{optional(String.t()) => String.t()},
allowWriteAccess: boolean(),
"bidirectional-callback-type": String.t(),
isGlobal: boolean(),
ignoreTagsFromPayload: boolean(),
type: String.t(),
suppressNotifications: boolean(),
forwardingActionMappings: [ActionMapping],
"callback-type": String.t(),
alertFilter: AlertFilter,
isAdvanced: boolean(),
forwardingEnabled: boolean(),
tags: [String.t()],
enabled: boolean(),
executeCommands: boolean()
}