Kerberos

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

Bases: object

Allows administrator to configure a mount target to interact with the administrator’s Kerberos infrastructure.

Methods

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

Attributes

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

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

Gets the backup_key_tab_secret_version of this Kerberos. Version of the keytab secert in the Vault to use as a backup.

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

Gets the current_key_tab_secret_version of this Kerberos. Version of the keytab secret in the Vault to use.

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

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

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

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

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

Gets the key_tab_secret_id of this Kerberos. The OCID of the keytab secret in the Vault.

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