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."],[[["The latest version available for `KerberosConfig` within the `Google.Cloud.Metastore.V1` namespace is 2.9.0, with multiple older versions also listed for reference."],["`KerberosConfig` is a class that provides configuration details for a Kerberos principal, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides the capability to set properties such as `Keytab`, `Krb5ConfigGcsUri`, and `Principal` to define Kerberos authentication settings."],["The `Krb5ConfigGcsUri` property specifies the Cloud Storage URI path to the `krb5.conf` file needed for Kerberos configuration."],["There are two constructors available, one default `KerberosConfig()` and another that take another `KerberosConfig` object as a parameter, `KerberosConfig(KerberosConfig other)`."]]],[]]