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-03-21 UTC."],[[["The `KerberosConfig` class in the `Google.Cloud.Metastore.V1` namespace is used for configuring Kerberos principal information within the Dataproc Metastore v1 API."],["The latest version of `KerberosConfig` is 2.9.0, with historical versions available down to 1.0.0, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Keytab` (a Kerberos keytab file), `Krb5ConfigGcsUri` (path to a krb5.conf file), and `Principal` (the Kerberos principal for authentication)."],["The `KerberosConfig` has two constructors, one empty and one taking another `KerberosConfig` as the parameter, for instance when you want to copy values from an already made configuration."],["The KerberosConfig class has inherited methods from the Object class, such as GetHashCode, GetType, and ToString."]]],[]]