Apns Credential Properties Args
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
fun ApnsCredentialPropertiesArgs(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)