OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.SlackAppIntegration
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %OpsGenieRESTAPI.Model.SlackAppIntegration{
recipients: [Recipient],
priority: String.t(),
extraProperties: %{optional(String.t()) => String.t()},
allowConfigurationAccess: boolean(),
ownerTeam: TeamMeta,
channel: String.t(),
sendRoutedTeams: boolean(),
name: String.t(),
useSlackButtons: boolean(),
requireMatchingUser: boolean(),
sendAlertActions: boolean(),
tags: [String.t()],
customPriority: String.t(),
ignoreTagsFromPayload: boolean(),
id: String.t(),
"callback-type": String.t(),
alertFilter: AlertFilter,
"feature-type": String.t(),
sendDescription: boolean(),
sendTags: boolean(),
alertActions: [String.t()],
executeCommands: boolean(),
ignoreRecipientsFromPayload: boolean(),
ignoreTeamsFromPayload: boolean(),
isGlobal: boolean(),
"bidirectional-callback-type": String.t(),
allowWriteAccess: boolean(),
type: String.t(),
isAdvanced: boolean(),
suppressNotifications: boolean(),
_readOnly: [String.t()],
assignedTeam: TeamMeta,
teamName: String.t(),
ignoreExtraPropertiesFromPayload: boolean(),
enabled: boolean()
}