ResourceProfileSummary

class oci.cloud_guard.models.ResourceProfileSummary(**kwargs)

Bases: object

Summary information for a resource profile.

Methods

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

Attributes

display_name [Required] Gets the display_name of this ResourceProfileSummary.
id [Required] Gets the id of this ResourceProfileSummary.
problems_count Gets the problems_count of this ResourceProfileSummary.
resource_id [Required] Gets the resource_id of this ResourceProfileSummary.
risk_score [Required] Gets the risk_score of this ResourceProfileSummary.
sightings_count Gets the sightings_count of this ResourceProfileSummary.
tactics [Required] Gets the tactics of this ResourceProfileSummary.
time_first_detected [Required] Gets the time_first_detected of this ResourceProfileSummary.
time_last_detected [Required] Gets the time_last_detected of this ResourceProfileSummary.
type [Required] Gets the type of this ResourceProfileSummary.
__init__(**kwargs)

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

Parameters:
  • sightings_count (int) – The value to assign to the sightings_count property of this ResourceProfileSummary.
  • id (str) – The value to assign to the id property of this ResourceProfileSummary.
  • resource_id (str) – The value to assign to the resource_id property of this ResourceProfileSummary.
  • display_name (str) – The value to assign to the display_name property of this ResourceProfileSummary.
  • type (str) – The value to assign to the type property of this ResourceProfileSummary.
  • risk_score (float) – The value to assign to the risk_score property of this ResourceProfileSummary.
  • tactics (list[oci.cloud_guard.models.TacticSummary]) – The value to assign to the tactics property of this ResourceProfileSummary.
  • time_first_detected (datetime) – The value to assign to the time_first_detected property of this ResourceProfileSummary.
  • time_last_detected (datetime) – The value to assign to the time_last_detected property of this ResourceProfileSummary.
  • problems_count (int) – The value to assign to the problems_count property of this ResourceProfileSummary.
display_name

[Required] Gets the display_name of this ResourceProfileSummary. Display name for the resource profile

Returns:The display_name of this ResourceProfileSummary.
Return type:str
id

[Required] Gets the id of this ResourceProfileSummary. Unique identifier for the resource profile

Returns:The id of this ResourceProfileSummary.
Return type:str
problems_count

Gets the problems_count of this ResourceProfileSummary. Number of problems associated with this resource profile

Returns:The problems_count of this ResourceProfileSummary.
Return type:int
resource_id

[Required] Gets the resource_id of this ResourceProfileSummary. Unique identifier for the resource associated with the resource profile

Returns:The resource_id of this ResourceProfileSummary.
Return type:str
risk_score

[Required] Gets the risk_score of this ResourceProfileSummary. Risk score for the resource profile

Returns:The risk_score of this ResourceProfileSummary.
Return type:float
sightings_count

Gets the sightings_count of this ResourceProfileSummary. Number of sightings associated with the resource profile

Returns:The sightings_count of this ResourceProfileSummary.
Return type:int
tactics

[Required] Gets the tactics of this ResourceProfileSummary. List of tactic summaries associated with the resource profile

Returns:The tactics of this ResourceProfileSummary.
Return type:list[oci.cloud_guard.models.TacticSummary]
time_first_detected

[Required] Gets the time_first_detected of this ResourceProfileSummary. The date and time the resource profile was first detected. Format defined by RFC3339.

Returns:The time_first_detected of this ResourceProfileSummary.
Return type:datetime
time_last_detected

[Required] Gets the time_last_detected of this ResourceProfileSummary. The date and time the resource profile was last detected. Format defined by RFC3339.

Returns:The time_last_detected of this ResourceProfileSummary.
Return type:datetime
type

[Required] Gets the type of this ResourceProfileSummary. Resource type for the resource profile

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