Google Cloud Dataproc v1 API - Enum AuthenticationConfig.Types.AuthenticationType (5.17.0)

public enum AuthenticationConfig.Types.AuthenticationType

Reference documentation and code samples for the Google Cloud Dataproc v1 API enum AuthenticationConfig.Types.AuthenticationType.

Authentication types for workload execution.

Namespace

Google.Cloud.Dataproc.V1

Assembly

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.