SqlTuningSetAdminSecretCredentialDetails¶
-
class
oci.database_management.models.
SqlTuningSetAdminSecretCredentialDetails
(**kwargs)¶ Bases:
oci.database_management.models.sql_tuning_set_admin_credential_details.SqlTuningSetAdminCredentialDetails
User provides a secret OCID, which will be used to retrieve the password to connect to the database.
Attributes
ROLE_NORMAL
str(object=’’) -> str ROLE_SYSDBA
str(object=’’) -> str SQL_TUNING_SET_ADMIN_CREDENTIAL_TYPE_PASSWORD
str(object=’’) -> str SQL_TUNING_SET_ADMIN_CREDENTIAL_TYPE_SECRET
str(object=’’) -> str role
[Required] Gets the role of this SqlTuningSetAdminCredentialDetails. secret_id
[Required] Gets the secret_id of this SqlTuningSetAdminSecretCredentialDetails. sql_tuning_set_admin_credential_type
[Required] Gets the sql_tuning_set_admin_credential_type of this SqlTuningSetAdminCredentialDetails. username
[Required] Gets the username of this SqlTuningSetAdminCredentialDetails. Methods
__init__
(**kwargs)Initializes a new SqlTuningSetAdminSecretCredentialDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
ROLE_NORMAL
= 'NORMAL'¶
-
ROLE_SYSDBA
= 'SYSDBA'¶
-
SQL_TUNING_SET_ADMIN_CREDENTIAL_TYPE_PASSWORD
= 'PASSWORD'¶
-
SQL_TUNING_SET_ADMIN_CREDENTIAL_TYPE_SECRET
= 'SECRET'¶
-
__init__
(**kwargs)¶ Initializes a new SqlTuningSetAdminSecretCredentialDetails object with values from keyword arguments. The default value of the
sql_tuning_set_admin_credential_type
attribute of this class isSECRET
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - sql_tuning_set_admin_credential_type (str) – The value to assign to the sql_tuning_set_admin_credential_type property of this SqlTuningSetAdminSecretCredentialDetails. Allowed values for this property are: “SECRET”, “PASSWORD”
- username (str) – The value to assign to the username property of this SqlTuningSetAdminSecretCredentialDetails.
- role (str) – The value to assign to the role property of this SqlTuningSetAdminSecretCredentialDetails. Allowed values for this property are: “NORMAL”, “SYSDBA”
- secret_id (str) – The value to assign to the secret_id property of this SqlTuningSetAdminSecretCredentialDetails.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
role
¶ [Required] Gets the role of this SqlTuningSetAdminCredentialDetails. The role of the database user.
Allowed values for this property are: “NORMAL”, “SYSDBA”
Returns: The role of this SqlTuningSetAdminCredentialDetails. Return type: str
-
secret_id
¶ [Required] Gets the secret_id of this SqlTuningSetAdminSecretCredentialDetails. The OCID of the Secret where the database password is stored.
Returns: The secret_id of this SqlTuningSetAdminSecretCredentialDetails. Return type: str
-
sql_tuning_set_admin_credential_type
¶ [Required] Gets the sql_tuning_set_admin_credential_type of this SqlTuningSetAdminCredentialDetails. The type of the credential for Sql tuning set administration tasks.
Allowed values for this property are: “SECRET”, “PASSWORD”
Returns: The sql_tuning_set_admin_credential_type of this SqlTuningSetAdminCredentialDetails. Return type: str
-
username
¶ [Required] Gets the username of this SqlTuningSetAdminCredentialDetails. The user to connect to the database.
Returns: The username of this SqlTuningSetAdminCredentialDetails. Return type: str
-