ResourceTypeSummary

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

Bases: object

A summary of detailed information on a resource type.

Methods

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

Attributes

display_name [Required] Gets the display_name of this ResourceTypeSummary.
locks Gets the locks of this ResourceTypeSummary.
name [Required] Gets the name of this ResourceTypeSummary.
rules Gets the rules of this ResourceTypeSummary.
__init__(**kwargs)

Initializes a new ResourceTypeSummary 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 ResourceTypeSummary.
  • display_name (str) – The value to assign to the display_name property of this ResourceTypeSummary.
  • rules (list[oci.cloud_guard.models.RuleSummary]) – The value to assign to the rules property of this ResourceTypeSummary.
  • locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this ResourceTypeSummary.
display_name

[Required] Gets the display_name of this ResourceTypeSummary. Display name of the resource

Returns:The display_name of this ResourceTypeSummary.
Return type:str
locks

Gets the locks of this ResourceTypeSummary. Locks associated with this resource.

Returns:The locks of this ResourceTypeSummary.
Return type:list[oci.cloud_guard.models.ResourceLock]
name

[Required] Gets the name of this ResourceTypeSummary. Name of the resource

Returns:The name of this ResourceTypeSummary.
Return type:str
rules

Gets the rules of this ResourceTypeSummary. List of rules

Returns:The rules of this ResourceTypeSummary.
Return type:list[oci.cloud_guard.models.RuleSummary]