Identity Aware Proxy Client Args
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)