scm_update_authentication_rule
Modify an existing authentication rule in Palo Alto Networks Strata Cloud Manager to update parameters like source/destination zones, users, addresses, or enforcement profiles.
Instructions
Update an existing authentication rule.
Args: rule_id: UUID of the authentication rule to update. name: New name (optional). source_zone: New source zones (optional). destination_zone: New destination zones (optional). authentication_enforcement: New enforcement profile (optional). source: New source addresses (optional). destination: New destination addresses (optional). source_user: New source users/groups (optional). description: New description (optional). tag: New tag list (optional). disabled: New disabled state (optional). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | ||
| name | No | ||
| source_zone | No | ||
| destination_zone | No | ||
| authentication_enforcement | No | ||
| source | No | ||
| destination | No | ||
| source_user | No | ||
| description | No | ||
| tag | No | ||
| disabled | No | ||
| tsg_id | No |