RelatedPolicy#
- class RelatedPolicy(entity_uuid=None, policy_ids=None, *args, **kwargs)[source]#
Bases:
object
An alert policy that is related to the entities of the current policy.
- Parameters:
entity_uuid (required) – (
entity_uuid
) Uuid of the entity to which the UDA policy is associated.policy_ids (required) – (
policy_ids
) Policy IDs that are related to the specified entity.
- property entity_uuid#
Uuid of the entity to which the UDA policy is associated.
- Type:
str
- property policy_ids#
Policy IDs that are related to the specified entity.
- Type:
list[
str
]