OAuthAuthenticationArgs

data class OAuthAuthenticationArgs(val audience: Output<String>? = null, val clientId: Output<String>? = null, val secret: Output<String>? = null, val tenant: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<OAuthAuthenticationArgs>

Constructors

Link copied to clipboard
constructor(audience: Output<String>? = null, clientId: Output<String>? = null, secret: Output<String>? = null, tenant: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val audience: Output<String>? = null

Gets or sets the audience.

Link copied to clipboard
val clientId: Output<String>? = null

Gets or sets the client identifier.

Link copied to clipboard
val secret: Output<String>? = null

Gets or sets the secret, return value will always be empty.

Link copied to clipboard
val tenant: Output<String>? = null

Gets or sets the tenant.

Link copied to clipboard
val type: Output<String>

Gets or sets the HTTP authentication type. Expected value is 'ActiveDirectoryOAuth'.

Functions

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