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` is 2.9.0, with historical versions dating back to 1.0.0."],["`KerberosConfig` is a sealed class used for configuration information related to a Kerberos principal, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class can be constructed using a default constructor `KerberosConfig()` or a constructor that takes another `KerberosConfig` object `KerberosConfig(KerberosConfig other)` as a parameter."],["The `KerberosConfig` class has properties such as `Keytab` (of type `Secret`), `Krb5ConfigGcsUri` (a string representing a Cloud Storage URI), and `Principal` (a string defining the Kerberos principal)."]]],[]]