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.