OpsGenie REST API v0.1.1 OpsGenieRESTAPI.Model.SlackAppIntegration

Link to this section Summary

Link to this section Types

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