BackendServiceIAPOAuth2ClientInfoArgs

data class BackendServiceIAPOAuth2ClientInfoArgs(val applicationName: Output<String>? = null, val clientName: Output<String>? = null, val developerEmailAddress: Output<String>? = null) : ConvertibleToJava<BackendServiceIAPOAuth2ClientInfoArgs>

Constructors

Link copied to clipboard
fun BackendServiceIAPOAuth2ClientInfoArgs(applicationName: Output<String>? = null, clientName: Output<String>? = null, developerEmailAddress: Output<String>? = null)

Functions

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

Properties

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

Application name to be used in OAuth consent screen.

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

Name of the client to be generated. Optional - If not provided, the name will be autogenerated by the backend.

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

Developer's information to be used in OAuth consent screen.