ValidateKeyTabsDetails¶
-
class
oci.file_storage.models.
ValidateKeyTabsDetails
(**kwargs)¶ Bases:
object
Validate keytabs request details.
Methods
__init__
(**kwargs)Initializes a new ValidateKeyTabsDetails object with values from keyword arguments. Attributes
key_tab_secret_details
Gets the key_tab_secret_details of this ValidateKeyTabsDetails. mount_target_id
Gets the mount_target_id of this ValidateKeyTabsDetails. -
__init__
(**kwargs)¶ Initializes a new ValidateKeyTabsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - mount_target_id (str) – The value to assign to the mount_target_id property of this ValidateKeyTabsDetails.
- key_tab_secret_details (oci.file_storage.models.KeyTabSecretDetails) – The value to assign to the key_tab_secret_details property of this ValidateKeyTabsDetails.
-
key_tab_secret_details
¶ Gets the key_tab_secret_details of this ValidateKeyTabsDetails.
Returns: The key_tab_secret_details of this ValidateKeyTabsDetails. Return type: oci.file_storage.models.KeyTabSecretDetails
-