AdmCredentialArgs

data class AdmCredentialArgs(val authTokenUrl: Output<String>, val clientId: Output<String>, val clientSecret: Output<String>) : ConvertibleToJava<AdmCredentialArgs>

Description of a NotificationHub AdmCredential.

Constructors

Link copied to clipboard
constructor(authTokenUrl: Output<String>, clientId: Output<String>, clientSecret: Output<String>)

Properties

Link copied to clipboard
val authTokenUrl: Output<String>

Gets or sets the URL of the authorization token.

Link copied to clipboard
val clientId: Output<String>

Gets or sets the client identifier.

Link copied to clipboard
val clientSecret: Output<String>

Gets or sets the credential secret access key.

Functions

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