AssociationDetail#
- class AssociationDetail(category_id=None, resource_type=None, resource_group=None, resource_id=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#
Bases:
ExternalizableAbstractModel
- 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
)resource_id – (
resource_id
) The UUID of the entity or policy associated with the particular category.
- 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 resource_group#
- Type:
- property resource_id#
The UUID of the entity or policy associated with the particular category.
- Type:
str
- property resource_type#
- Type:
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model