CredentialResponse

data class CredentialResponse(val basicAuth: BasicAuthResponse, val serviceAccount: ServiceAccountResponse, val useProjectDefault: Boolean)

The credential used by Deployment Manager and TypeProvider. Only one of the options is permitted.

Constructors

Link copied to clipboard
fun CredentialResponse(basicAuth: BasicAuthResponse, serviceAccount: ServiceAccountResponse, useProjectDefault: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Basic Auth Credential, only used by TypeProvider.

Link copied to clipboard

Service Account Credential, only used by Deployment.

Link copied to clipboard

Specify to use the project default credential, only supported by Deployment.