DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails¶
-
class
oci.database_tools.models.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails(**kwargs)¶ Bases:
oci.database_tools.models.database_tools_connection_oracle_database_proxy_client_details.DatabaseToolsConnectionOracleDatabaseProxyClientDetailsProxy client information for user name auto detect based proxy authentication.
Attributes
PROXY_AUTHENTICATION_TYPE_NO_PROXYstr(object=’’) -> str PROXY_AUTHENTICATION_TYPE_USER_NAMEstr(object=’’) -> str PROXY_AUTHENTICATION_TYPE_USER_NAME_AUTO_DETECTstr(object=’’) -> str proxy_authentication_type[Required] Gets the proxy_authentication_type of this DatabaseToolsConnectionOracleDatabaseProxyClientDetails. rolesGets the roles of this DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails. Methods
__init__(**kwargs)Initializes a new DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails 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. -
PROXY_AUTHENTICATION_TYPE_NO_PROXY= 'NO_PROXY'¶
-
PROXY_AUTHENTICATION_TYPE_USER_NAME= 'USER_NAME'¶
-
PROXY_AUTHENTICATION_TYPE_USER_NAME_AUTO_DETECT= 'USER_NAME_AUTO_DETECT'¶
-
__init__(**kwargs)¶ Initializes a new DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails object with values from keyword arguments. The default value of the
proxy_authentication_typeattribute of this class isUSER_NAME_AUTO_DETECTand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - proxy_authentication_type (str) – The value to assign to the proxy_authentication_type property of this DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails. Allowed values for this property are: “USER_NAME”, “USER_NAME_AUTO_DETECT”, “NO_PROXY”
- roles (list[str]) – The value to assign to the roles property of this DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails.
-
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.
-
proxy_authentication_type¶ [Required] Gets the proxy_authentication_type of this DatabaseToolsConnectionOracleDatabaseProxyClientDetails. The proxy authentication type.
Allowed values for this property are: “USER_NAME”, “USER_NAME_AUTO_DETECT”, “NO_PROXY”
Returns: The proxy_authentication_type of this DatabaseToolsConnectionOracleDatabaseProxyClientDetails. Return type: str
-
roles¶ Gets the roles of this DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails. A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
Returns: The roles of this DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails. Return type: list[str]
-