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