AuthBackendCustomEndpointArgs

data class AuthBackendCustomEndpointArgs(val api: Output<String>? = null, val compute: Output<String>? = null, val crm: Output<String>? = null, val iam: Output<String>? = null) : ConvertibleToJava<AuthBackendCustomEndpointArgs>

Constructors

Link copied to clipboard
constructor(api: Output<String>? = null, compute: Output<String>? = null, crm: Output<String>? = null, iam: Output<String>? = null)

Properties

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

Replaces the service endpoint used in API requests to https://www.googleapis.com.

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

Replaces the service endpoint used in API requests to https://compute.googleapis.com. The endpoint value provided for a given key has the form of scheme://host:port. The scheme:// and :port portions of the endpoint value are optional.

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

Replaces the service endpoint used in API requests to https://cloudresourcemanager.googleapis.com.

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

Replaces the service endpoint used in API requests to https://iam.googleapis.com.

Functions

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