CreateOperationsInsightsWarehouseUserDetails

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

Bases: object

The information about a Operations Insights Warehouse User to be created. Input compartmentId MUST be the root compartment.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreateOperationsInsightsWarehouseUserDetails.
connection_password [Required] Gets the connection_password of this CreateOperationsInsightsWarehouseUserDetails.
defined_tags Gets the defined_tags of this CreateOperationsInsightsWarehouseUserDetails.
freeform_tags Gets the freeform_tags of this CreateOperationsInsightsWarehouseUserDetails.
is_awr_data_access [Required] Gets the is_awr_data_access of this CreateOperationsInsightsWarehouseUserDetails.
is_em_data_access Gets the is_em_data_access of this CreateOperationsInsightsWarehouseUserDetails.
is_opsi_data_access Gets the is_opsi_data_access of this CreateOperationsInsightsWarehouseUserDetails.
name [Required] Gets the name of this CreateOperationsInsightsWarehouseUserDetails.
operations_insights_warehouse_id [Required] Gets the operations_insights_warehouse_id of this CreateOperationsInsightsWarehouseUserDetails.
__init__(**kwargs)

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

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

[Required] Gets the compartment_id of this CreateOperationsInsightsWarehouseUserDetails. The OCID of the compartment.

Returns:The compartment_id of this CreateOperationsInsightsWarehouseUserDetails.
Return type:str
connection_password

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

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

Gets the defined_tags of this CreateOperationsInsightsWarehouseUserDetails. 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 CreateOperationsInsightsWarehouseUserDetails.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this CreateOperationsInsightsWarehouseUserDetails. 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 CreateOperationsInsightsWarehouseUserDetails.
Return type:dict(str, str)
is_awr_data_access

[Required] Gets the is_awr_data_access of this CreateOperationsInsightsWarehouseUserDetails. Indicate whether user has access to AWR data.

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

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

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

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

Returns:The is_opsi_data_access of this CreateOperationsInsightsWarehouseUserDetails.
Return type:bool
name

[Required] Gets the name of this CreateOperationsInsightsWarehouseUserDetails. Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.

Returns:The name of this CreateOperationsInsightsWarehouseUserDetails.
Return type:str
operations_insights_warehouse_id

[Required] Gets the operations_insights_warehouse_id of this CreateOperationsInsightsWarehouseUserDetails. OPSI Warehouse OCID

Returns:The operations_insights_warehouse_id of this CreateOperationsInsightsWarehouseUserDetails.
Return type:str