ReportSummary

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

Bases: object

Description of report.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a ReportSummary.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a ReportSummary.
MIME_TYPE_PDF A constant which can be used with the mime_type property of a ReportSummary.
MIME_TYPE_XLS A constant which can be used with the mime_type property of a ReportSummary.
TYPE_GENERATED A constant which can be used with the type property of a ReportSummary.
TYPE_SCHEDULED A constant which can be used with the type property of a ReportSummary.
compartment_id [Required] Gets the compartment_id of this ReportSummary.
defined_tags Gets the defined_tags of this ReportSummary.
description Gets the description of this ReportSummary.
display_name [Required] Gets the display_name of this ReportSummary.
freeform_tags Gets the freeform_tags of this ReportSummary.
id [Required] Gets the id of this ReportSummary.
lifecycle_state [Required] Gets the lifecycle_state of this ReportSummary.
mime_type Gets the mime_type of this ReportSummary.
report_definition_id Gets the report_definition_id of this ReportSummary.
time_generated [Required] Gets the time_generated of this ReportSummary.
type Gets the type of this ReportSummary.

Methods

__init__(**kwargs) Initializes a new ReportSummary object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a ReportSummary. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a ReportSummary. This constant has a value of “UPDATING”

MIME_TYPE_PDF = 'PDF'

A constant which can be used with the mime_type property of a ReportSummary. This constant has a value of “PDF”

MIME_TYPE_XLS = 'XLS'

A constant which can be used with the mime_type property of a ReportSummary. This constant has a value of “XLS”

TYPE_GENERATED = 'GENERATED'

A constant which can be used with the type property of a ReportSummary. This constant has a value of “GENERATED”

TYPE_SCHEDULED = 'SCHEDULED'

A constant which can be used with the type property of a ReportSummary. This constant has a value of “SCHEDULED”

__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this ReportSummary.
  • id (str) – The value to assign to the id property of this ReportSummary.
  • report_definition_id (str) – The value to assign to the report_definition_id property of this ReportSummary.
  • description (str) – The value to assign to the description property of this ReportSummary.
  • mime_type (str) – The value to assign to the mime_type property of this ReportSummary. Allowed values for this property are: “PDF”, “XLS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_generated (datetime) – The value to assign to the time_generated property of this ReportSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this ReportSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ReportSummary. Allowed values for this property are: “UPDATING”, “ACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • type (str) – The value to assign to the type property of this ReportSummary. Allowed values for this property are: “GENERATED”, “SCHEDULED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ReportSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ReportSummary.
compartment_id

[Required] Gets the compartment_id of this ReportSummary. The OCID of the compartment containing the report.

Returns:The compartment_id of this ReportSummary.
Return type:str
defined_tags

Gets the defined_tags of this ReportSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this ReportSummary.
Return type:dict(str, dict(str, object))
description

Gets the description of this ReportSummary. Description of the report.

Returns:The description of this ReportSummary.
Return type:str
display_name

[Required] Gets the display_name of this ReportSummary. Name of the report.

Returns:The display_name of this ReportSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this ReportSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this ReportSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this ReportSummary. The OCID of the report.

Returns:The id of this ReportSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this ReportSummary. The current state of the report.

Allowed values for this property are: “UPDATING”, “ACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this ReportSummary.
Return type:str
mime_type

Gets the mime_type of this ReportSummary. Specifies the format of report to be .xls or .pdf.

Allowed values for this property are: “PDF”, “XLS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The mime_type of this ReportSummary.
Return type:str
report_definition_id

Gets the report_definition_id of this ReportSummary. The OCID of the report definition.

Returns:The report_definition_id of this ReportSummary.
Return type:str
time_generated

[Required] Gets the time_generated of this ReportSummary. Specifies the time at which the report was generated.

Returns:The time_generated of this ReportSummary.
Return type:datetime
type

Gets the type of this ReportSummary. The type of the report.

Allowed values for this property are: “GENERATED”, “SCHEDULED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this ReportSummary.
Return type:str