AuthBackendCustomEndpoint

data class AuthBackendCustomEndpoint(val api: String? = null, val compute: String? = null, val crm: String? = null, val iam: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val api: String? = null

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

Link copied to clipboard
val compute: 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: String? = null

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

Link copied to clipboard
val iam: String? = null

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