AssociationSummary#
- class AssociationSummary(category_id=None, resource_type=None, resource_group=None, count=None, *args, **kwargs)#
Bases:
object
This attribute contains a list of entities and policies that have been assigned the given category.<br> These entities are grouped by entity types (like VM or HOST) or policy types (like PROTECTION_POLICY or NGT_POLICY).<br> Each associated object contains the total entities belonging to the given entity type, count, category extId, and references (for example, for VM it will be VM UUID).
- Parameters:
category_id – (
category_id
) External identifier for the given category that is used across all v4 apis/entities/resources where categories are referenced.<br> The field is in UUID format.<br> A type 4 UUID is generated during category creation.resource_type – (
resource_type
)resource_group – (
resource_group
)count – (
count
) Count of associations of a particular type of entity or policy
- property category_id#
External identifier for the given category that is used across all v4 apis/entities/resources where categories are referenced.<br> The field is in UUID format.<br> A type 4 UUID is generated during category creation.
- Type:
str
- property count#
Count of associations of a particular type of entity or policy
- Type:
int
- property resource_group#
- Type:
- property resource_type#
- Type:
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model