SqlCollectionLogDimensions

class oci.data_safe.models.SqlCollectionLogDimensions(**kwargs)

Bases: object

The dimensions available for SQL collection analytics.

Methods

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

Attributes

client_ip Gets the client_ip of this SqlCollectionLogDimensions.
client_os_user_name Gets the client_os_user_name of this SqlCollectionLogDimensions.
client_program Gets the client_program of this SqlCollectionLogDimensions.
__init__(**kwargs)

Initializes a new SqlCollectionLogDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • client_ip (str) – The value to assign to the client_ip property of this SqlCollectionLogDimensions.
  • client_os_user_name (str) – The value to assign to the client_os_user_name property of this SqlCollectionLogDimensions.
  • client_program (str) – The value to assign to the client_program property of this SqlCollectionLogDimensions.
client_ip

Gets the client_ip of this SqlCollectionLogDimensions. The IP addresses for the SQL collection.

Returns:The client_ip of this SqlCollectionLogDimensions.
Return type:str
client_os_user_name

Gets the client_os_user_name of this SqlCollectionLogDimensions. The operating system user names for the SQL collection.

Returns:The client_os_user_name of this SqlCollectionLogDimensions.
Return type:str
client_program

Gets the client_program of this SqlCollectionLogDimensions. The allowed client programs for the SQL collection.

Returns:The client_program of this SqlCollectionLogDimensions.
Return type:str