Browser Credential Properties Args
data class BrowserCredentialPropertiesArgs(val subject: Output<String>, val vapidPrivateKey: Output<String>, val vapidPublicKey: Output<String>) : ConvertibleToJava<BrowserCredentialPropertiesArgs>
Description of a NotificationHub BrowserCredential.
Constructors
Link copied to clipboard
fun BrowserCredentialPropertiesArgs(subject: Output<String>, vapidPrivateKey: Output<String>, vapidPublicKey: Output<String>)