public sealed class AuthenticationConfig : IMessage<AuthenticationConfig>, IEquatable<AuthenticationConfig>, IDeepCloneable<AuthenticationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class AuthenticationConfig.
Authentication 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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides reference documentation for the `AuthenticationConfig` class within the Google Cloud Dataproc v1 API, detailing its use in configuring workload identity."],["The `AuthenticationConfig` class is part of the `Google.Cloud.Dataproc.V1` namespace and is used to set the default identity for workloads to access resources, specifying whether a service account or user is utilized."],["The documentation covers multiple versions of the API, with the latest version being 5.17.0, and includes versions spanning from 3.1.0 to the latest."],["The `AuthenticationConfig` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all detailed in this documentation."],["The documentation includes information on the constructors and properties of the `AuthenticationConfig` class, such as `UserWorkloadAuthenticationType`, and details the type and description of the property values."]]],[]]