Summary

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

Bases: object

Summary of the audit report.

Methods

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

Attributes

count_of Gets the count_of of this Summary.
display_order [Required] Gets the display_order of this Summary.
group_by_field_name Gets the group_by_field_name of this Summary.
is_hidden Gets the is_hidden of this Summary.
name [Required] Gets the name of this Summary.
scim_filter Gets the scim_filter of this Summary.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this Summary.
  • is_hidden (bool) – The value to assign to the is_hidden property of this Summary.
  • display_order (int) – The value to assign to the display_order property of this Summary.
  • group_by_field_name (str) – The value to assign to the group_by_field_name property of this Summary.
  • count_of (str) – The value to assign to the count_of property of this Summary.
  • scim_filter (str) – The value to assign to the scim_filter property of this Summary.
count_of

Gets the count_of of this Summary. Name of the key or count of object.

Returns:The count_of of this Summary.
Return type:str
display_order

[Required] Gets the display_order of this Summary. Specifies the order in which the summary must be displayed.

Returns:The display_order of this Summary.
Return type:int
group_by_field_name

Gets the group_by_field_name of this Summary. A comma-delimited string that specifies the names of the fields by which the records must be aggregated to get the summary.

Returns:The group_by_field_name of this Summary.
Return type:str
is_hidden

Gets the is_hidden of this Summary. Indicates if the summary is hidden. Values can either be ‘true’ or ‘false’.

Returns:The is_hidden of this Summary.
Return type:bool
name

[Required] Gets the name of this Summary. Name of the report summary.

Returns:The name of this Summary.
Return type:str
scim_filter

Gets the scim_filter of this Summary. Additional scim filters used to get the specific summary.

Returns:The scim_filter of this Summary.
Return type:str