GetTenantActionGroupResult

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)

Types

Link copied to clipboard
object Companion

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

Indicates whether this tenant action group is enabled. If a tenant action group is not enabled, then none of its receivers will receive communications.

Link copied to clipboard

The short name of the action group. This will be used in SMS messages.

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Azure resource name

Link copied to clipboard

The list of SMS receivers that are part of this tenant action group.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Azure resource type

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.