UpdateOperationsInsightsWarehouseUserDetails

class oci.opsi.models.UpdateOperationsInsightsWarehouseUserDetails(**kwargs)

Bases: object

The information to be updated.

Methods

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

Attributes

connection_password Gets the connection_password of this UpdateOperationsInsightsWarehouseUserDetails.
defined_tags Gets the defined_tags of this UpdateOperationsInsightsWarehouseUserDetails.
freeform_tags Gets the freeform_tags of this UpdateOperationsInsightsWarehouseUserDetails.
is_awr_data_access Gets the is_awr_data_access of this UpdateOperationsInsightsWarehouseUserDetails.
is_em_data_access Gets the is_em_data_access of this UpdateOperationsInsightsWarehouseUserDetails.
is_opsi_data_access Gets the is_opsi_data_access of this UpdateOperationsInsightsWarehouseUserDetails.
__init__(**kwargs)

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

Parameters:
  • connection_password (str) – The value to assign to the connection_password property of this UpdateOperationsInsightsWarehouseUserDetails.
  • is_awr_data_access (bool) – The value to assign to the is_awr_data_access property of this UpdateOperationsInsightsWarehouseUserDetails.
  • is_em_data_access (bool) – The value to assign to the is_em_data_access property of this UpdateOperationsInsightsWarehouseUserDetails.
  • is_opsi_data_access (bool) – The value to assign to the is_opsi_data_access property of this UpdateOperationsInsightsWarehouseUserDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateOperationsInsightsWarehouseUserDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateOperationsInsightsWarehouseUserDetails.
connection_password

Gets the connection_password of this UpdateOperationsInsightsWarehouseUserDetails. User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.

Returns:The connection_password of this UpdateOperationsInsightsWarehouseUserDetails.
Return type:str
defined_tags

Gets the defined_tags of this UpdateOperationsInsightsWarehouseUserDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this UpdateOperationsInsightsWarehouseUserDetails.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this UpdateOperationsInsightsWarehouseUserDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this UpdateOperationsInsightsWarehouseUserDetails.
Return type:dict(str, str)
is_awr_data_access

Gets the is_awr_data_access of this UpdateOperationsInsightsWarehouseUserDetails. Indicate whether user has access to AWR data.

Returns:The is_awr_data_access of this UpdateOperationsInsightsWarehouseUserDetails.
Return type:bool
is_em_data_access

Gets the is_em_data_access of this UpdateOperationsInsightsWarehouseUserDetails. Indicate whether user has access to EM data.

Returns:The is_em_data_access of this UpdateOperationsInsightsWarehouseUserDetails.
Return type:bool
is_opsi_data_access

Gets the is_opsi_data_access of this UpdateOperationsInsightsWarehouseUserDetails. Indicate whether user has access to OPSI data.

Returns:The is_opsi_data_access of this UpdateOperationsInsightsWarehouseUserDetails.
Return type:bool