KerberosDetails¶
- 
class oci.bds.models.KerberosDetails(**kwargs)¶
- Bases: - object- Details about the Kerberos principals. - Methods - __init__(**kwargs)- Initializes a new KerberosDetails object with values from keyword arguments. - Attributes - keytab_file- [Required] Gets the keytab_file of this KerberosDetails. - principal_name- [Required] Gets the principal_name of this KerberosDetails. - 
__init__(**kwargs)¶
- Initializes a new KerberosDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - principal_name (str) – The value to assign to the principal_name property of this KerberosDetails.
- keytab_file (str) – The value to assign to the keytab_file property of this KerberosDetails.
 
 - 
keytab_file¶
- [Required] Gets the keytab_file of this KerberosDetails. Location of the keytab file - Returns: - The keytab_file of this KerberosDetails. - Return type: - str 
 - 
principal_name¶
- [Required] Gets the principal_name of this KerberosDetails. Name of the Kerberos principal. - Returns: - The principal_name of this KerberosDetails. - Return type: - str 
 
-