ApnsCredentialPropertiesArgs

data class ApnsCredentialPropertiesArgs(val apnsCertificate: Output<String>? = null, val appId: Output<String>? = null, val appName: Output<String>? = null, val certificateKey: Output<String>? = null, val endpoint: Output<String>, val keyId: Output<String>? = null, val thumbprint: Output<String>? = null, val token: Output<String>? = null) : ConvertibleToJava<ApnsCredentialPropertiesArgs>

Description of a NotificationHub ApnsCredential.

Constructors

Link copied to clipboard
constructor(apnsCertificate: Output<String>? = null, appId: Output<String>? = null, appName: Output<String>? = null, certificateKey: Output<String>? = null, endpoint: Output<String>, keyId: Output<String>? = null, thumbprint: Output<String>? = null, token: Output<String>? = null)

Properties

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

Gets or sets the APNS certificate.

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

Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account

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

Gets or sets the name of the application

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

Gets or sets the certificate key.

Link copied to clipboard
val endpoint: Output<String>

Gets or sets the endpoint of this credential.

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

Gets or sets a 10-character key identifier (kid) key, obtained from your developer account

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

Gets or sets the APNS certificate Thumbprint

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

Gets or sets provider Authentication Token, obtained through your developer account

Functions

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