GoogleApi.Dataproc.V1.Model.AuthenticationConfig (google_api_dataproc v0.59.0)
View SourceAuthentication configuration for a workload is used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s).
Attributes
-
userWorkloadAuthenticationType
(type:String.t
, default:nil
) - Optional. Authentication type for the user workload running in containers.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.AuthenticationConfig{ userWorkloadAuthenticationType: String.t() | nil }