VizRelatedSecurityPolicy
Related Security Policy
Represents a DFW security policy related to a queried entity, along with the rules within that policy that are associated with the entity.
Notes:
- Extends
VizSecurityPolicy(inheritspolicy_pathandsite_id). related_ruleslists the individualVizDfwRuleentries within this policy that matched the queried entity.
AllOf
JSON Example
{
"site_id": "string",
"policy_path": "string",
"related_rules": [
{
"policy_path": "string"
}
]
}