MpnsCredentialArgs

data class MpnsCredentialArgs(val certificateKey: Output<String>, val mpnsCertificate: Output<String>, val thumbprint: Output<String>) : ConvertibleToJava<MpnsCredentialArgs>

Description of a NotificationHub MpnsCredential.

Constructors

Link copied to clipboard
constructor(certificateKey: Output<String>, mpnsCertificate: Output<String>, thumbprint: Output<String>)

Properties

Link copied to clipboard
val certificateKey: Output<String>

Gets or sets the certificate key for this credential.

Link copied to clipboard
val mpnsCertificate: Output<String>

Gets or sets the MPNS certificate.

Link copied to clipboard
val thumbprint: Output<String>

Gets or sets the MPNS certificate Thumbprint

Functions

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