Get Tenant Action Group Result
data class GetTenantActionGroupResult(val azureApiVersion: String, val azureAppPushReceivers: List<AzureAppPushReceiverResponse>? = null, val emailReceivers: List<EmailReceiverResponse>? = null, val enabled: Boolean, val groupShortName: String, val id: String, val location: String, val name: String, val smsReceivers: List<SmsReceiverResponse>? = null, val tags: Map<String, String>? = null, val type: String, val voiceReceivers: List<VoiceReceiverResponse>? = null, val webhookReceivers: List<WebhookReceiverResponse>? = null)
A tenant action group resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, azureAppPushReceivers: List<AzureAppPushReceiverResponse>? = null, emailReceivers: List<EmailReceiverResponse>? = null, enabled: Boolean, groupShortName: String, id: String, location: String, name: String, smsReceivers: List<SmsReceiverResponse>? = null, tags: Map<String, String>? = null, type: String, voiceReceivers: List<VoiceReceiverResponse>? = null, webhookReceivers: List<WebhookReceiverResponse>? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The list of AzureAppPush receivers that are part of this tenant action group.
Link copied to clipboard
The list of email receivers that are part of this tenant action group.
Link copied to clipboard
The short name of the action group. This will be used in SMS messages.
Link copied to clipboard
The list of SMS receivers that are part of this tenant action group.
Link copied to clipboard
The list of voice receivers that are part of this tenant action group.
Link copied to clipboard
The list of webhook receivers that are part of this tenant action group.