WnsCredentialArgs

data class WnsCredentialArgs(val packageSid: Output<String>? = null, val secretKey: Output<String>? = null, val windowsLiveEndpoint: Output<String>? = null) : ConvertibleToJava<WnsCredentialArgs>

Description of a NotificationHub WnsCredential.

Constructors

Link copied to clipboard
constructor(packageSid: Output<String>? = null, secretKey: Output<String>? = null, windowsLiveEndpoint: Output<String>? = null)

Properties

Link copied to clipboard
val packageSid: Output<String>? = null

The package ID for this credential.

Link copied to clipboard
val secretKey: Output<String>? = null

The secret key.

Link copied to clipboard
val windowsLiveEndpoint: Output<String>? = null

The Windows Live endpoint.

Functions

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