IdentityAwareProxyClientArgs

data class IdentityAwareProxyClientArgs(val brandId: Output<String>? = null, val displayName: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<IdentityAwareProxyClientArgs>

Creates an Identity Aware Proxy (IAP) OAuth client. The client is owned by IAP. Requires that the brand for the project exists and that it is set for internal-only use. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun IdentityAwareProxyClientArgs(brandId: Output<String>? = null, displayName: Output<String>? = null, project: Output<String>? = null)

Functions

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

Properties

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

Human-friendly name given to the OAuth client.

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