AzureAppPushReceiverArgs

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

The Azure mobile App push notification receiver.

Constructors

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

Properties

Link copied to clipboard
val emailAddress: Output<String>

The email address registered for the Azure mobile app.

Link copied to clipboard
val name: Output<String>

The name of the Azure mobile app push receiver. Names must be unique across all receivers within a tenant action group.

Functions

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