A Cloud Storage URI that specifies the path to a
krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf,
although the file does not need to be named krb5.conf explicitly.
A Kerberos principal that exists in the both the keytab the KDC
to authenticate as. A typical principal is of the form
primary/instance@REALM, but there is no exact format.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe KerberosConfig class in the Google.Cloud.Metastore.V1Alpha namespace provides configuration for Kerberos principals within the Dataproc Metastore v1alpha API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is sealed and implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, enabling functionalities like serialization and cloning.\u003c/p\u003e\n"],["\u003cp\u003eKerberosConfig objects can be instantiated with default settings or by copying from another KerberosConfig instance via its constructors.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the KerberosConfig class include Keytab, which stores a Secret for Kerberos authentication, Krb5ConfigGcsUri, specifying the path to a krb5.conf file in Cloud Storage, and Principal, indicating the Kerberos principal for authentication.\u003c/p\u003e\n"],["\u003cp\u003eThere are different versions of the API available, including 2.0.0-alpha11 (latest), 2.0.0-alpha10, and 1.0.0-alpha04, showing the evolution of this class.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1alpha API - Class KerberosConfig (2.0.0-alpha11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.KerberosConfig)\n- [2.0.0-alpha10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/2.0.0-alpha10/Google.Cloud.Metastore.V1Alpha.KerberosConfig)\n- [1.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/1.0.0-alpha04/Google.Cloud.Metastore.V1Alpha.KerberosConfig) \n\n public sealed class KerberosConfig : IMessage\u003cKerberosConfig\u003e, IEquatable\u003cKerberosConfig\u003e, IDeepCloneable\u003cKerberosConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1alpha API class KerberosConfig.\n\nConfiguration information for a Kerberos principal. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e KerberosConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[KerberosConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.KerberosConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[KerberosConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.KerberosConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[KerberosConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.KerberosConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Metastore.V1Alpha](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Alpha.dll\n\nConstructors\n------------\n\n### KerberosConfig()\n\n public KerberosConfig()\n\n### KerberosConfig(KerberosConfig)\n\n public KerberosConfig(KerberosConfig other)\n\nProperties\n----------\n\n### Keytab\n\n public Secret Keytab { get; set; }\n\nA Kerberos keytab file that can be used to authenticate a service principal\nwith a Kerberos Key Distribution Center (KDC).\n\n### Krb5ConfigGcsUri\n\n public string Krb5ConfigGcsUri { get; set; }\n\nA Cloud Storage URI that specifies the path to a\nkrb5.conf file. It is of the form `gs://{bucket_name}/path/to/krb5.conf`,\nalthough the file does not need to be named krb5.conf explicitly.\n\n### Principal\n\n public string Principal { get; set; }\n\nA Kerberos principal that exists in the both the keytab the KDC\nto authenticate as. A typical principal is of the form\n`primary/instance@REALM`, but there is no exact format."]]