1. Packages
  2. Azure Native
  3. API Docs
  4. insights
  5. getActionGroup
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.insights.getActionGroup

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Get an action group.

Uses Azure REST API version 2023-01-01.

Other available API versions: 2023-09-01-preview, 2024-10-01-preview.

Using getActionGroup

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getActionGroup(args: GetActionGroupArgs, opts?: InvokeOptions): Promise<GetActionGroupResult>
function getActionGroupOutput(args: GetActionGroupOutputArgs, opts?: InvokeOptions): Output<GetActionGroupResult>
Copy
def get_action_group(action_group_name: Optional[str] = None,
                     resource_group_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetActionGroupResult
def get_action_group_output(action_group_name: Optional[pulumi.Input[str]] = None,
                     resource_group_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetActionGroupResult]
Copy
func LookupActionGroup(ctx *Context, args *LookupActionGroupArgs, opts ...InvokeOption) (*LookupActionGroupResult, error)
func LookupActionGroupOutput(ctx *Context, args *LookupActionGroupOutputArgs, opts ...InvokeOption) LookupActionGroupResultOutput
Copy

> Note: This function is named LookupActionGroup in the Go SDK.

public static class GetActionGroup 
{
    public static Task<GetActionGroupResult> InvokeAsync(GetActionGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetActionGroupResult> Invoke(GetActionGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetActionGroupResult> getActionGroup(GetActionGroupArgs args, InvokeOptions options)
public static Output<GetActionGroupResult> getActionGroup(GetActionGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:insights:getActionGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ActionGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the action group.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ActionGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the action group.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
actionGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the action group.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
actionGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the action group.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
action_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the action group.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
actionGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the action group.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getActionGroup Result

The following output properties are available:

Enabled bool
Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications.
GroupShortName string
The short name of the action group. This will be used in SMS messages.
Id string
Azure resource Id
Location string
Resource location
Name string
Azure resource name
Type string
Azure resource type
ArmRoleReceivers List<Pulumi.AzureNative.Insights.Outputs.ArmRoleReceiverResponse>
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.
AutomationRunbookReceivers List<Pulumi.AzureNative.Insights.Outputs.AutomationRunbookReceiverResponse>
The list of AutomationRunbook receivers that are part of this action group.
AzureAppPushReceivers List<Pulumi.AzureNative.Insights.Outputs.AzureAppPushReceiverResponse>
The list of AzureAppPush receivers that are part of this action group.
AzureFunctionReceivers List<Pulumi.AzureNative.Insights.Outputs.AzureFunctionReceiverResponse>
The list of azure function receivers that are part of this action group.
EmailReceivers List<Pulumi.AzureNative.Insights.Outputs.EmailReceiverResponse>
The list of email receivers that are part of this action group.
EventHubReceivers List<Pulumi.AzureNative.Insights.Outputs.EventHubReceiverResponse>
The list of event hub receivers that are part of this action group.
ItsmReceivers List<Pulumi.AzureNative.Insights.Outputs.ItsmReceiverResponse>
The list of ITSM receivers that are part of this action group.
LogicAppReceivers List<Pulumi.AzureNative.Insights.Outputs.LogicAppReceiverResponse>
The list of logic app receivers that are part of this action group.
SmsReceivers List<Pulumi.AzureNative.Insights.Outputs.SmsReceiverResponse>
The list of SMS receivers that are part of this action group.
Tags Dictionary<string, string>
Resource tags
VoiceReceivers List<Pulumi.AzureNative.Insights.Outputs.VoiceReceiverResponse>
The list of voice receivers that are part of this action group.
WebhookReceivers List<Pulumi.AzureNative.Insights.Outputs.WebhookReceiverResponse>
The list of webhook receivers that are part of this action group.
Enabled bool
Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications.
GroupShortName string
The short name of the action group. This will be used in SMS messages.
Id string
Azure resource Id
Location string
Resource location
Name string
Azure resource name
Type string
Azure resource type
ArmRoleReceivers []ArmRoleReceiverResponse
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.
AutomationRunbookReceivers []AutomationRunbookReceiverResponse
The list of AutomationRunbook receivers that are part of this action group.
AzureAppPushReceivers []AzureAppPushReceiverResponse
The list of AzureAppPush receivers that are part of this action group.
AzureFunctionReceivers []AzureFunctionReceiverResponse
The list of azure function receivers that are part of this action group.
EmailReceivers []EmailReceiverResponse
The list of email receivers that are part of this action group.
EventHubReceivers []EventHubReceiverResponse
The list of event hub receivers that are part of this action group.
ItsmReceivers []ItsmReceiverResponse
The list of ITSM receivers that are part of this action group.
LogicAppReceivers []LogicAppReceiverResponse
The list of logic app receivers that are part of this action group.
SmsReceivers []SmsReceiverResponse
The list of SMS receivers that are part of this action group.
Tags map[string]string
Resource tags
VoiceReceivers []VoiceReceiverResponse
The list of voice receivers that are part of this action group.
WebhookReceivers []WebhookReceiverResponse
The list of webhook receivers that are part of this action group.
enabled Boolean
Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications.
groupShortName String
The short name of the action group. This will be used in SMS messages.
id String
Azure resource Id
location String
Resource location
name String
Azure resource name
type String
Azure resource type
armRoleReceivers List<ArmRoleReceiverResponse>
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.
automationRunbookReceivers List<AutomationRunbookReceiverResponse>
The list of AutomationRunbook receivers that are part of this action group.
azureAppPushReceivers List<AzureAppPushReceiverResponse>
The list of AzureAppPush receivers that are part of this action group.
azureFunctionReceivers List<AzureFunctionReceiverResponse>
The list of azure function receivers that are part of this action group.
emailReceivers List<EmailReceiverResponse>
The list of email receivers that are part of this action group.
eventHubReceivers List<EventHubReceiverResponse>
The list of event hub receivers that are part of this action group.
itsmReceivers List<ItsmReceiverResponse>
The list of ITSM receivers that are part of this action group.
logicAppReceivers List<LogicAppReceiverResponse>
The list of logic app receivers that are part of this action group.
smsReceivers List<SmsReceiverResponse>
The list of SMS receivers that are part of this action group.
tags Map<String,String>
Resource tags
voiceReceivers List<VoiceReceiverResponse>
The list of voice receivers that are part of this action group.
webhookReceivers List<WebhookReceiverResponse>
The list of webhook receivers that are part of this action group.
enabled boolean
Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications.
groupShortName string
The short name of the action group. This will be used in SMS messages.
id string
Azure resource Id
location string
Resource location
name string
Azure resource name
type string
Azure resource type
armRoleReceivers ArmRoleReceiverResponse[]
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.
automationRunbookReceivers AutomationRunbookReceiverResponse[]
The list of AutomationRunbook receivers that are part of this action group.
azureAppPushReceivers AzureAppPushReceiverResponse[]
The list of AzureAppPush receivers that are part of this action group.
azureFunctionReceivers AzureFunctionReceiverResponse[]
The list of azure function receivers that are part of this action group.
emailReceivers EmailReceiverResponse[]
The list of email receivers that are part of this action group.
eventHubReceivers EventHubReceiverResponse[]
The list of event hub receivers that are part of this action group.
itsmReceivers ItsmReceiverResponse[]
The list of ITSM receivers that are part of this action group.
logicAppReceivers LogicAppReceiverResponse[]
The list of logic app receivers that are part of this action group.
smsReceivers SmsReceiverResponse[]
The list of SMS receivers that are part of this action group.
tags {[key: string]: string}
Resource tags
voiceReceivers VoiceReceiverResponse[]
The list of voice receivers that are part of this action group.
webhookReceivers WebhookReceiverResponse[]
The list of webhook receivers that are part of this action group.
enabled bool
Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications.
group_short_name str
The short name of the action group. This will be used in SMS messages.
id str
Azure resource Id
location str
Resource location
name str
Azure resource name
type str
Azure resource type
arm_role_receivers Sequence[ArmRoleReceiverResponse]
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.
automation_runbook_receivers Sequence[AutomationRunbookReceiverResponse]
The list of AutomationRunbook receivers that are part of this action group.
azure_app_push_receivers Sequence[AzureAppPushReceiverResponse]
The list of AzureAppPush receivers that are part of this action group.
azure_function_receivers Sequence[AzureFunctionReceiverResponse]
The list of azure function receivers that are part of this action group.
email_receivers Sequence[EmailReceiverResponse]
The list of email receivers that are part of this action group.
event_hub_receivers Sequence[EventHubReceiverResponse]
The list of event hub receivers that are part of this action group.
itsm_receivers Sequence[ItsmReceiverResponse]
The list of ITSM receivers that are part of this action group.
logic_app_receivers Sequence[LogicAppReceiverResponse]
The list of logic app receivers that are part of this action group.
sms_receivers Sequence[SmsReceiverResponse]
The list of SMS receivers that are part of this action group.
tags Mapping[str, str]
Resource tags
voice_receivers Sequence[VoiceReceiverResponse]
The list of voice receivers that are part of this action group.
webhook_receivers Sequence[WebhookReceiverResponse]
The list of webhook receivers that are part of this action group.
enabled Boolean
Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications.
groupShortName String
The short name of the action group. This will be used in SMS messages.
id String
Azure resource Id
location String
Resource location
name String
Azure resource name
type String
Azure resource type
armRoleReceivers List<Property Map>
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.
automationRunbookReceivers List<Property Map>
The list of AutomationRunbook receivers that are part of this action group.
azureAppPushReceivers List<Property Map>
The list of AzureAppPush receivers that are part of this action group.
azureFunctionReceivers List<Property Map>
The list of azure function receivers that are part of this action group.
emailReceivers List<Property Map>
The list of email receivers that are part of this action group.
eventHubReceivers List<Property Map>
The list of event hub receivers that are part of this action group.
itsmReceivers List<Property Map>
The list of ITSM receivers that are part of this action group.
logicAppReceivers List<Property Map>
The list of logic app receivers that are part of this action group.
smsReceivers List<Property Map>
The list of SMS receivers that are part of this action group.
tags Map<String>
Resource tags
voiceReceivers List<Property Map>
The list of voice receivers that are part of this action group.
webhookReceivers List<Property Map>
The list of webhook receivers that are part of this action group.

Supporting Types

ArmRoleReceiverResponse

Name This property is required. string
The name of the arm role receiver. Names must be unique across all receivers within an action group.
RoleId This property is required. string
The arm role id.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
Name This property is required. string
The name of the arm role receiver. Names must be unique across all receivers within an action group.
RoleId This property is required. string
The arm role id.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
name This property is required. String
The name of the arm role receiver. Names must be unique across all receivers within an action group.
roleId This property is required. String
The arm role id.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.
name This property is required. string
The name of the arm role receiver. Names must be unique across all receivers within an action group.
roleId This property is required. string
The arm role id.
useCommonAlertSchema boolean
Indicates whether to use common alert schema.
name This property is required. str
The name of the arm role receiver. Names must be unique across all receivers within an action group.
role_id This property is required. str
The arm role id.
use_common_alert_schema bool
Indicates whether to use common alert schema.
name This property is required. String
The name of the arm role receiver. Names must be unique across all receivers within an action group.
roleId This property is required. String
The arm role id.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.

AutomationRunbookReceiverResponse

AutomationAccountId This property is required. string
The Azure automation account Id which holds this runbook and authenticate to Azure resource.
IsGlobalRunbook This property is required. bool
Indicates whether this instance is global runbook.
RunbookName This property is required. string
The name for this runbook.
WebhookResourceId This property is required. string
The resource id for webhook linked to this runbook.
Name string
Indicates name of the webhook.
ServiceUri string
The URI where webhooks should be sent.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
AutomationAccountId This property is required. string
The Azure automation account Id which holds this runbook and authenticate to Azure resource.
IsGlobalRunbook This property is required. bool
Indicates whether this instance is global runbook.
RunbookName This property is required. string
The name for this runbook.
WebhookResourceId This property is required. string
The resource id for webhook linked to this runbook.
Name string
Indicates name of the webhook.
ServiceUri string
The URI where webhooks should be sent.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
automationAccountId This property is required. String
The Azure automation account Id which holds this runbook and authenticate to Azure resource.
isGlobalRunbook This property is required. Boolean
Indicates whether this instance is global runbook.
runbookName This property is required. String
The name for this runbook.
webhookResourceId This property is required. String
The resource id for webhook linked to this runbook.
name String
Indicates name of the webhook.
serviceUri String
The URI where webhooks should be sent.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.
automationAccountId This property is required. string
The Azure automation account Id which holds this runbook and authenticate to Azure resource.
isGlobalRunbook This property is required. boolean
Indicates whether this instance is global runbook.
runbookName This property is required. string
The name for this runbook.
webhookResourceId This property is required. string
The resource id for webhook linked to this runbook.
name string
Indicates name of the webhook.
serviceUri string
The URI where webhooks should be sent.
useCommonAlertSchema boolean
Indicates whether to use common alert schema.
automation_account_id This property is required. str
The Azure automation account Id which holds this runbook and authenticate to Azure resource.
is_global_runbook This property is required. bool
Indicates whether this instance is global runbook.
runbook_name This property is required. str
The name for this runbook.
webhook_resource_id This property is required. str
The resource id for webhook linked to this runbook.
name str
Indicates name of the webhook.
service_uri str
The URI where webhooks should be sent.
use_common_alert_schema bool
Indicates whether to use common alert schema.
automationAccountId This property is required. String
The Azure automation account Id which holds this runbook and authenticate to Azure resource.
isGlobalRunbook This property is required. Boolean
Indicates whether this instance is global runbook.
runbookName This property is required. String
The name for this runbook.
webhookResourceId This property is required. String
The resource id for webhook linked to this runbook.
name String
Indicates name of the webhook.
serviceUri String
The URI where webhooks should be sent.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.

AzureAppPushReceiverResponse

EmailAddress This property is required. string
The email address registered for the Azure mobile app.
Name This property is required. string
The name of the Azure mobile app push receiver. Names must be unique across all receivers within a tenant action group.
EmailAddress This property is required. string
The email address registered for the Azure mobile app.
Name This property is required. string
The name of the Azure mobile app push receiver. Names must be unique across all receivers within a tenant action group.
emailAddress This property is required. String
The email address registered for the Azure mobile app.
name This property is required. String
The name of the Azure mobile app push receiver. Names must be unique across all receivers within a tenant action group.
emailAddress This property is required. string
The email address registered for the Azure mobile app.
name This property is required. string
The name of the Azure mobile app push receiver. Names must be unique across all receivers within a tenant action group.
email_address This property is required. str
The email address registered for the Azure mobile app.
name This property is required. str
The name of the Azure mobile app push receiver. Names must be unique across all receivers within a tenant action group.
emailAddress This property is required. String
The email address registered for the Azure mobile app.
name This property is required. String
The name of the Azure mobile app push receiver. Names must be unique across all receivers within a tenant action group.

AzureFunctionReceiverResponse

FunctionAppResourceId This property is required. string
The azure resource id of the function app.
FunctionName This property is required. string
The function name in the function app.
HttpTriggerUrl This property is required. string
The http trigger url where http request sent to.
Name This property is required. string
The name of the azure function receiver. Names must be unique across all receivers within an action group.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
FunctionAppResourceId This property is required. string
The azure resource id of the function app.
FunctionName This property is required. string
The function name in the function app.
HttpTriggerUrl This property is required. string
The http trigger url where http request sent to.
Name This property is required. string
The name of the azure function receiver. Names must be unique across all receivers within an action group.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
functionAppResourceId This property is required. String
The azure resource id of the function app.
functionName This property is required. String
The function name in the function app.
httpTriggerUrl This property is required. String
The http trigger url where http request sent to.
name This property is required. String
The name of the azure function receiver. Names must be unique across all receivers within an action group.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.
functionAppResourceId This property is required. string
The azure resource id of the function app.
functionName This property is required. string
The function name in the function app.
httpTriggerUrl This property is required. string
The http trigger url where http request sent to.
name This property is required. string
The name of the azure function receiver. Names must be unique across all receivers within an action group.
useCommonAlertSchema boolean
Indicates whether to use common alert schema.
function_app_resource_id This property is required. str
The azure resource id of the function app.
function_name This property is required. str
The function name in the function app.
http_trigger_url This property is required. str
The http trigger url where http request sent to.
name This property is required. str
The name of the azure function receiver. Names must be unique across all receivers within an action group.
use_common_alert_schema bool
Indicates whether to use common alert schema.
functionAppResourceId This property is required. String
The azure resource id of the function app.
functionName This property is required. String
The function name in the function app.
httpTriggerUrl This property is required. String
The http trigger url where http request sent to.
name This property is required. String
The name of the azure function receiver. Names must be unique across all receivers within an action group.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.

EmailReceiverResponse

EmailAddress This property is required. string
The email address of this receiver.
Name This property is required. string
The name of the email receiver. Names must be unique across all receivers within a tenant action group.
Status This property is required. string
The receiver status of the e-mail.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
EmailAddress This property is required. string
The email address of this receiver.
Name This property is required. string
The name of the email receiver. Names must be unique across all receivers within a tenant action group.
Status This property is required. string
The receiver status of the e-mail.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
emailAddress This property is required. String
The email address of this receiver.
name This property is required. String
The name of the email receiver. Names must be unique across all receivers within a tenant action group.
status This property is required. String
The receiver status of the e-mail.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.
emailAddress This property is required. string
The email address of this receiver.
name This property is required. string
The name of the email receiver. Names must be unique across all receivers within a tenant action group.
status This property is required. string
The receiver status of the e-mail.
useCommonAlertSchema boolean
Indicates whether to use common alert schema.
email_address This property is required. str
The email address of this receiver.
name This property is required. str
The name of the email receiver. Names must be unique across all receivers within a tenant action group.
status This property is required. str
The receiver status of the e-mail.
use_common_alert_schema bool
Indicates whether to use common alert schema.
emailAddress This property is required. String
The email address of this receiver.
name This property is required. String
The name of the email receiver. Names must be unique across all receivers within a tenant action group.
status This property is required. String
The receiver status of the e-mail.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.

EventHubReceiverResponse

EventHubName This property is required. string
The name of the specific Event Hub queue
EventHubNameSpace This property is required. string
The Event Hub namespace
Name This property is required. string
The name of the Event hub receiver. Names must be unique across all receivers within an action group.
SubscriptionId This property is required. string
The Id for the subscription containing this event hub
TenantId string
The tenant Id for the subscription containing this event hub
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
EventHubName This property is required. string
The name of the specific Event Hub queue
EventHubNameSpace This property is required. string
The Event Hub namespace
Name This property is required. string
The name of the Event hub receiver. Names must be unique across all receivers within an action group.
SubscriptionId This property is required. string
The Id for the subscription containing this event hub
TenantId string
The tenant Id for the subscription containing this event hub
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
eventHubName This property is required. String
The name of the specific Event Hub queue
eventHubNameSpace This property is required. String
The Event Hub namespace
name This property is required. String
The name of the Event hub receiver. Names must be unique across all receivers within an action group.
subscriptionId This property is required. String
The Id for the subscription containing this event hub
tenantId String
The tenant Id for the subscription containing this event hub
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.
eventHubName This property is required. string
The name of the specific Event Hub queue
eventHubNameSpace This property is required. string
The Event Hub namespace
name This property is required. string
The name of the Event hub receiver. Names must be unique across all receivers within an action group.
subscriptionId This property is required. string
The Id for the subscription containing this event hub
tenantId string
The tenant Id for the subscription containing this event hub
useCommonAlertSchema boolean
Indicates whether to use common alert schema.
event_hub_name This property is required. str
The name of the specific Event Hub queue
event_hub_name_space This property is required. str
The Event Hub namespace
name This property is required. str
The name of the Event hub receiver. Names must be unique across all receivers within an action group.
subscription_id This property is required. str
The Id for the subscription containing this event hub
tenant_id str
The tenant Id for the subscription containing this event hub
use_common_alert_schema bool
Indicates whether to use common alert schema.
eventHubName This property is required. String
The name of the specific Event Hub queue
eventHubNameSpace This property is required. String
The Event Hub namespace
name This property is required. String
The name of the Event hub receiver. Names must be unique across all receivers within an action group.
subscriptionId This property is required. String
The Id for the subscription containing this event hub
tenantId String
The tenant Id for the subscription containing this event hub
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.

ItsmReceiverResponse

ConnectionId This property is required. string
Unique identification of ITSM connection among multiple defined in above workspace.
Name This property is required. string
The name of the Itsm receiver. Names must be unique across all receivers within an action group.
Region This property is required. string
Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'
TicketConfiguration This property is required. string
JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
WorkspaceId This property is required. string
OMS LA instance identifier.
ConnectionId This property is required. string
Unique identification of ITSM connection among multiple defined in above workspace.
Name This property is required. string
The name of the Itsm receiver. Names must be unique across all receivers within an action group.
Region This property is required. string
Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'
TicketConfiguration This property is required. string
JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
WorkspaceId This property is required. string
OMS LA instance identifier.
connectionId This property is required. String
Unique identification of ITSM connection among multiple defined in above workspace.
name This property is required. String
The name of the Itsm receiver. Names must be unique across all receivers within an action group.
region This property is required. String
Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'
ticketConfiguration This property is required. String
JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
workspaceId This property is required. String
OMS LA instance identifier.
connectionId This property is required. string
Unique identification of ITSM connection among multiple defined in above workspace.
name This property is required. string
The name of the Itsm receiver. Names must be unique across all receivers within an action group.
region This property is required. string
Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'
ticketConfiguration This property is required. string
JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
workspaceId This property is required. string
OMS LA instance identifier.
connection_id This property is required. str
Unique identification of ITSM connection among multiple defined in above workspace.
name This property is required. str
The name of the Itsm receiver. Names must be unique across all receivers within an action group.
region This property is required. str
Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'
ticket_configuration This property is required. str
JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
workspace_id This property is required. str
OMS LA instance identifier.
connectionId This property is required. String
Unique identification of ITSM connection among multiple defined in above workspace.
name This property is required. String
The name of the Itsm receiver. Names must be unique across all receivers within an action group.
region This property is required. String
Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'
ticketConfiguration This property is required. String
JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
workspaceId This property is required. String
OMS LA instance identifier.

LogicAppReceiverResponse

CallbackUrl This property is required. string
The callback url where http request sent to.
Name This property is required. string
The name of the logic app receiver. Names must be unique across all receivers within an action group.
ResourceId This property is required. string
The azure resource id of the logic app receiver.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
CallbackUrl This property is required. string
The callback url where http request sent to.
Name This property is required. string
The name of the logic app receiver. Names must be unique across all receivers within an action group.
ResourceId This property is required. string
The azure resource id of the logic app receiver.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
callbackUrl This property is required. String
The callback url where http request sent to.
name This property is required. String
The name of the logic app receiver. Names must be unique across all receivers within an action group.
resourceId This property is required. String
The azure resource id of the logic app receiver.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.
callbackUrl This property is required. string
The callback url where http request sent to.
name This property is required. string
The name of the logic app receiver. Names must be unique across all receivers within an action group.
resourceId This property is required. string
The azure resource id of the logic app receiver.
useCommonAlertSchema boolean
Indicates whether to use common alert schema.
callback_url This property is required. str
The callback url where http request sent to.
name This property is required. str
The name of the logic app receiver. Names must be unique across all receivers within an action group.
resource_id This property is required. str
The azure resource id of the logic app receiver.
use_common_alert_schema bool
Indicates whether to use common alert schema.
callbackUrl This property is required. String
The callback url where http request sent to.
name This property is required. String
The name of the logic app receiver. Names must be unique across all receivers within an action group.
resourceId This property is required. String
The azure resource id of the logic app receiver.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.

SmsReceiverResponse

CountryCode This property is required. string
The country code of the SMS receiver.
Name This property is required. string
The name of the SMS receiver. Names must be unique across all receivers within a tenant action group.
PhoneNumber This property is required. string
The phone number of the SMS receiver.
Status This property is required. string
The status of the receiver.
CountryCode This property is required. string
The country code of the SMS receiver.
Name This property is required. string
The name of the SMS receiver. Names must be unique across all receivers within a tenant action group.
PhoneNumber This property is required. string
The phone number of the SMS receiver.
Status This property is required. string
The status of the receiver.
countryCode This property is required. String
The country code of the SMS receiver.
name This property is required. String
The name of the SMS receiver. Names must be unique across all receivers within a tenant action group.
phoneNumber This property is required. String
The phone number of the SMS receiver.
status This property is required. String
The status of the receiver.
countryCode This property is required. string
The country code of the SMS receiver.
name This property is required. string
The name of the SMS receiver. Names must be unique across all receivers within a tenant action group.
phoneNumber This property is required. string
The phone number of the SMS receiver.
status This property is required. string
The status of the receiver.
country_code This property is required. str
The country code of the SMS receiver.
name This property is required. str
The name of the SMS receiver. Names must be unique across all receivers within a tenant action group.
phone_number This property is required. str
The phone number of the SMS receiver.
status This property is required. str
The status of the receiver.
countryCode This property is required. String
The country code of the SMS receiver.
name This property is required. String
The name of the SMS receiver. Names must be unique across all receivers within a tenant action group.
phoneNumber This property is required. String
The phone number of the SMS receiver.
status This property is required. String
The status of the receiver.

VoiceReceiverResponse

CountryCode This property is required. string
The country code of the voice receiver.
Name This property is required. string
The name of the voice receiver. Names must be unique across all receivers within a tenant action group.
PhoneNumber This property is required. string
The phone number of the voice receiver.
CountryCode This property is required. string
The country code of the voice receiver.
Name This property is required. string
The name of the voice receiver. Names must be unique across all receivers within a tenant action group.
PhoneNumber This property is required. string
The phone number of the voice receiver.
countryCode This property is required. String
The country code of the voice receiver.
name This property is required. String
The name of the voice receiver. Names must be unique across all receivers within a tenant action group.
phoneNumber This property is required. String
The phone number of the voice receiver.
countryCode This property is required. string
The country code of the voice receiver.
name This property is required. string
The name of the voice receiver. Names must be unique across all receivers within a tenant action group.
phoneNumber This property is required. string
The phone number of the voice receiver.
country_code This property is required. str
The country code of the voice receiver.
name This property is required. str
The name of the voice receiver. Names must be unique across all receivers within a tenant action group.
phone_number This property is required. str
The phone number of the voice receiver.
countryCode This property is required. String
The country code of the voice receiver.
name This property is required. String
The name of the voice receiver. Names must be unique across all receivers within a tenant action group.
phoneNumber This property is required. String
The phone number of the voice receiver.

WebhookReceiverResponse

Name This property is required. string
The name of the webhook receiver. Names must be unique across all receivers within a tenant action group.
ServiceUri This property is required. string
The URI where webhooks should be sent.
IdentifierUri string
Indicates the identifier uri for aad auth.
ObjectId string
Indicates the webhook app object Id for aad auth.
TenantId string
Indicates the tenant id for aad auth.
UseAadAuth bool
Indicates whether or not use AAD authentication.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
Name This property is required. string
The name of the webhook receiver. Names must be unique across all receivers within a tenant action group.
ServiceUri This property is required. string
The URI where webhooks should be sent.
IdentifierUri string
Indicates the identifier uri for aad auth.
ObjectId string
Indicates the webhook app object Id for aad auth.
TenantId string
Indicates the tenant id for aad auth.
UseAadAuth bool
Indicates whether or not use AAD authentication.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
name This property is required. String
The name of the webhook receiver. Names must be unique across all receivers within a tenant action group.
serviceUri This property is required. String
The URI where webhooks should be sent.
identifierUri String
Indicates the identifier uri for aad auth.
objectId String
Indicates the webhook app object Id for aad auth.
tenantId String
Indicates the tenant id for aad auth.
useAadAuth Boolean
Indicates whether or not use AAD authentication.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.
name This property is required. string
The name of the webhook receiver. Names must be unique across all receivers within a tenant action group.
serviceUri This property is required. string
The URI where webhooks should be sent.
identifierUri string
Indicates the identifier uri for aad auth.
objectId string
Indicates the webhook app object Id for aad auth.
tenantId string
Indicates the tenant id for aad auth.
useAadAuth boolean
Indicates whether or not use AAD authentication.
useCommonAlertSchema boolean
Indicates whether to use common alert schema.
name This property is required. str
The name of the webhook receiver. Names must be unique across all receivers within a tenant action group.
service_uri This property is required. str
The URI where webhooks should be sent.
identifier_uri str
Indicates the identifier uri for aad auth.
object_id str
Indicates the webhook app object Id for aad auth.
tenant_id str
Indicates the tenant id for aad auth.
use_aad_auth bool
Indicates whether or not use AAD authentication.
use_common_alert_schema bool
Indicates whether to use common alert schema.
name This property is required. String
The name of the webhook receiver. Names must be unique across all receivers within a tenant action group.
serviceUri This property is required. String
The URI where webhooks should be sent.
identifierUri String
Indicates the identifier uri for aad auth.
objectId String
Indicates the webhook app object Id for aad auth.
tenantId String
Indicates the tenant id for aad auth.
useAadAuth Boolean
Indicates whether or not use AAD authentication.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi