Class AuthenticationType (5.18.0)

AuthenticationType(value)

Authentication types for workload execution.

Enums

Name Description
AUTHENTICATION_TYPE_UNSPECIFIED If AuthenticationType is unspecified then END_USER_CREDENTIALS is used for 3.0 and newer runtimes, and SERVICE_ACCOUNT is used for older runtimes.
SERVICE_ACCOUNT Use service account credentials for authenticating to other services.
END_USER_CREDENTIALS Use OAuth credentials associated with the workload creator/user for authenticating to other services.