ActionGroupAzureAppPushReceiverArgs

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

Constructors

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

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.

Functions

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