Credential Response
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)