CreateKerberosDetails

class oci.file_storage.models.CreateKerberosDetails(**kwargs)

Bases: object

Kerberos details needed to create configuration.

Methods

__init__(**kwargs) Initializes a new CreateKerberosDetails object with values from keyword arguments.

Attributes

backup_key_tab_secret_version Gets the backup_key_tab_secret_version of this CreateKerberosDetails.
current_key_tab_secret_version Gets the current_key_tab_secret_version of this CreateKerberosDetails.
is_kerberos_enabled Gets the is_kerberos_enabled of this CreateKerberosDetails.
kerberos_realm [Required] Gets the kerberos_realm of this CreateKerberosDetails.
key_tab_secret_id Gets the key_tab_secret_id of this CreateKerberosDetails.
__init__(**kwargs)

Initializes a new CreateKerberosDetails 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 CreateKerberosDetails.
  • key_tab_secret_id (str) – The value to assign to the key_tab_secret_id property of this CreateKerberosDetails.
  • current_key_tab_secret_version (int) – The value to assign to the current_key_tab_secret_version property of this CreateKerberosDetails.
  • backup_key_tab_secret_version (int) – The value to assign to the backup_key_tab_secret_version property of this CreateKerberosDetails.
  • is_kerberos_enabled (bool) – The value to assign to the is_kerberos_enabled property of this CreateKerberosDetails.
backup_key_tab_secret_version

Gets the backup_key_tab_secret_version of this CreateKerberosDetails. Version of the keytab Secret in the Vault to use as a backup.

Returns:The backup_key_tab_secret_version of this CreateKerberosDetails.
Return type:int
current_key_tab_secret_version

Gets the current_key_tab_secret_version of this CreateKerberosDetails. Version of the keytab Secret in the Vault to use.

Returns:The current_key_tab_secret_version of this CreateKerberosDetails.
Return type:int
is_kerberos_enabled

Gets the is_kerberos_enabled of this CreateKerberosDetails. Specifies whether to enable or disable Kerberos.

Returns:The is_kerberos_enabled of this CreateKerberosDetails.
Return type:bool
kerberos_realm

[Required] Gets the kerberos_realm of this CreateKerberosDetails. The Kerberos realm that the mount target will join.

Returns:The kerberos_realm of this CreateKerberosDetails.
Return type:str
key_tab_secret_id

Gets the key_tab_secret_id of this CreateKerberosDetails. The OCID of the keytab Secret in the Vault.

Returns:The key_tab_secret_id of this CreateKerberosDetails.
Return type:str