public enum AuthenticationConfig.Types.AuthenticationTypeReference documentation and code samples for the Google Cloud Dataproc v1 API enum AuthenticationConfig.Types.AuthenticationType.
Authentication types for workload execution.
Namespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Fields |
|
|---|---|
| Name | Description |
EndUserCredentials |
Use OAuth credentials associated with the workload creator/user for authenticating to other services. |
ServiceAccount |
Use service account credentials for authenticating to other services. |
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. |