DatabaseToolsMcpToolsetCustomizableReportingToolsReport¶
-
class
oci.database_tools.models.DatabaseToolsMcpToolsetCustomizableReportingToolsReport(**kwargs)¶ Bases:
objectDatabase Tools SQL Reports
Methods
__init__(**kwargs)Initializes a new DatabaseToolsMcpToolsetCustomizableReportingToolsReport object with values from keyword arguments. Attributes
allowed_rolesGets the allowed_roles of this DatabaseToolsMcpToolsetCustomizableReportingToolsReport. database_tools_sql_report_id[Required] Gets the database_tools_sql_report_id of this DatabaseToolsMcpToolsetCustomizableReportingToolsReport. -
__init__(**kwargs)¶ Initializes a new DatabaseToolsMcpToolsetCustomizableReportingToolsReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - database_tools_sql_report_id (str) – The value to assign to the database_tools_sql_report_id property of this DatabaseToolsMcpToolsetCustomizableReportingToolsReport.
- allowed_roles (list[str]) – The value to assign to the allowed_roles property of this DatabaseToolsMcpToolsetCustomizableReportingToolsReport.
-
allowed_roles¶ Gets the allowed_roles of this DatabaseToolsMcpToolsetCustomizableReportingToolsReport. The roles granted access to this report
Returns: The allowed_roles of this DatabaseToolsMcpToolsetCustomizableReportingToolsReport. Return type: list[str]
-
database_tools_sql_report_id¶ [Required] Gets the database_tools_sql_report_id of this DatabaseToolsMcpToolsetCustomizableReportingToolsReport. The OCID of the report OCID of sql report.
Returns: The database_tools_sql_report_id of this DatabaseToolsMcpToolsetCustomizableReportingToolsReport. Return type: str
-