Tenant Action Group Args
constructor(azureAppPushReceivers: Output<List<AzureAppPushReceiverArgs>>? = null, emailReceivers: Output<List<EmailReceiverArgs>>? = null, enabled: Output<Boolean>? = null, groupShortName: Output<String>? = null, location: Output<String>? = null, managementGroupId: Output<String>? = null, smsReceivers: Output<List<SmsReceiverArgs>>? = null, tags: Output<Map<String, String>>? = null, tenantActionGroupName: Output<String>? = null, voiceReceivers: Output<List<VoiceReceiverArgs>>? = null, webhookReceivers: Output<List<WebhookReceiverArgs>>? = null)