UpdateKerberosDetails¶
-
class
oci.file_storage.models.
UpdateKerberosDetails
(**kwargs)¶ Bases:
object
Kerberos details needed to update configuration.
Methods
__init__
(**kwargs)Initializes a new UpdateKerberosDetails object with values from keyword arguments. Attributes
backup_key_tab_secret_version
Gets the backup_key_tab_secret_version of this UpdateKerberosDetails. current_key_tab_secret_version
Gets the current_key_tab_secret_version of this UpdateKerberosDetails. is_kerberos_enabled
Gets the is_kerberos_enabled of this UpdateKerberosDetails. kerberos_realm
Gets the kerberos_realm of this UpdateKerberosDetails. key_tab_secret_id
Gets the key_tab_secret_id of this UpdateKerberosDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateKerberosDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - kerberos_realm (str) – The value to assign to the kerberos_realm property of this UpdateKerberosDetails.
- key_tab_secret_id (str) – The value to assign to the key_tab_secret_id property of this UpdateKerberosDetails.
- current_key_tab_secret_version (int) – The value to assign to the current_key_tab_secret_version property of this UpdateKerberosDetails.
- backup_key_tab_secret_version (int) – The value to assign to the backup_key_tab_secret_version property of this UpdateKerberosDetails.
- is_kerberos_enabled (bool) – The value to assign to the is_kerberos_enabled property of this UpdateKerberosDetails.
-
backup_key_tab_secret_version
¶ Gets the backup_key_tab_secret_version of this UpdateKerberosDetails. Version of the keytab secert in the Vault to use as a backup.
Returns: The backup_key_tab_secret_version of this UpdateKerberosDetails. Return type: int
-
current_key_tab_secret_version
¶ Gets the current_key_tab_secret_version of this UpdateKerberosDetails. Version of the keytab secret in the Vault to use.
Returns: The current_key_tab_secret_version of this UpdateKerberosDetails. Return type: int
-
is_kerberos_enabled
¶ Gets the is_kerberos_enabled of this UpdateKerberosDetails. Specifies whether to enable or disable Kerberos.
Returns: The is_kerberos_enabled of this UpdateKerberosDetails. Return type: bool
-
kerberos_realm
¶ Gets the kerberos_realm of this UpdateKerberosDetails. Kerberos realm that this mount target will join.
Returns: The kerberos_realm of this UpdateKerberosDetails. Return type: str
-