userWorkloadAuthenticationType property
Authentication type for the user workload running in containers.
Optional. Possible string values are:
- "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.
Implementation
core.String? userWorkloadAuthenticationType;