WnsCredentialArgs

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

Description of a NotificationHub WnsCredential.

Constructors

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

Properties

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

Ges or sets the WNS Certificate Key.

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

Gets or sets the package ID for this credential.

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

Gets or sets the secret key.

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

Gets or sets the Windows Live endpoint.

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

Gets or sets the WNS Certificate.

Functions

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