ActionGroupAzureAppPushReceiverArgs

data class ActionGroupAzureAppPushReceiverArgs(val emailAddress: Output<String>, val name: Output<String>) : ConvertibleToJava<ActionGroupAzureAppPushReceiverArgs>

Constructors

Link copied to clipboard
fun ActionGroupAzureAppPushReceiverArgs(emailAddress: Output<String>, name: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): ActionGroupAzureAppPushReceiverArgs

Properties

Link copied to clipboard
val emailAddress: Output<String>

The email address of the user signed into the mobile app who will receive push notifications from this receiver.

Link copied to clipboard
val name: Output<String>

The name of the Azure app push receiver.