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\u003eThis document provides reference documentation for the \u003ccode\u003eKerberosConfig\u003c/code\u003e class within the Dataproc Metastore v1beta API, detailing its properties, constructors, and implementation of several interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKerberosConfig\u003c/code\u003e class is used to define configuration information for a Kerberos principal, allowing for the specification of keytab files, KDC authentication, and principal details.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is \u003ccode\u003e2.0.0-beta11\u003c/code\u003e, with previous versions including \u003ccode\u003e2.0.0-beta10\u003c/code\u003e and \u003ccode\u003e1.0.0-beta02\u003c/code\u003e also available for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eKeytab\u003c/code\u003e for the keytab file, \u003ccode\u003eKrb5ConfigGcsUri\u003c/code\u003e for the krb5.conf file location in Cloud Storage, and \u003ccode\u003ePrincipal\u003c/code\u003e for the Kerberos principal identifier.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eKerberosConfig\u003c/code\u003e has 2 constructors, a default one and another that takes a \u003ccode\u003eKerberosConfig\u003c/code\u003e parameter.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1beta API - Class KerberosConfig (2.0.0-beta11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.KerberosConfig)\n- [2.0.0-beta10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/2.0.0-beta10/Google.Cloud.Metastore.V1Beta.KerberosConfig)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/1.0.0-beta02/Google.Cloud.Metastore.V1Beta.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 v1beta 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.V1Beta/latest/Google.Cloud.Metastore.V1Beta.KerberosConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[KerberosConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.KerberosConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[KerberosConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.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.V1Beta](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Beta.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."]]