Adm Credential Properties Args
data class AdmCredentialPropertiesArgs(val authTokenUrl: Output<String>, val clientId: Output<String>, val clientSecret: Output<String>) : ConvertibleToJava<AdmCredentialPropertiesArgs>
Description of a NotificationHub AdmCredential.
Constructors
Link copied to clipboard
fun AdmCredentialPropertiesArgs(authTokenUrl: Output<String>, clientId: Output<String>, clientSecret: Output<String>)