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"]],[["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 documentation page covers the `KerberosConfig` class within the `Google.Cloud.Metastore.V1` namespace, specifically for version 2.6.0 of the Dataproc Metastore v1 API."],["The `KerberosConfig` class is used to provide configuration details for a Kerberos principal and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `KerberosConfig` class include `Keytab` (for the Kerberos keytab file), `Krb5ConfigGcsUri` (for the krb5.conf file location in Cloud Storage), and `Principal` (for the Kerberos principal name)."],["The page also includes links to documentation for previous versions of this class, ranging from version 1.0.0 up to the latest version 2.9.0, so you can see its evolution."],["`KerberosConfig` class has two constructors, one default that has no parameters and one that takes `KerberosConfig` object as a parameter."]]],[]]