Reference and syntax for the ALTER NETWORK POLICY command.
Parameter | Description |
---|---|
<network_policy_name> | The name of the network policy to edit. |
<allowed_ip> | A comma-separated and quoted list of IP addresses to allow in the specified network policy. |
<blocked_ip> | A comma-separated and quoted list of IP addresses to block in the specified network policy. |
<description> | (Optional) A description for the specified network policy. |
192.168.5.1
to the allowed list of the existing network policy my_network_policy
:
6.7.8.9
from the blocked list of the network policy my_network_policy
:
Parameter | Description |
---|---|
<network_policy_name> | The name of the network policy to rename. |
<new_network_policy_name> | The new name of the network policy. |
network_policy_owner
column of the information_schema.network_policies
view.
For more information, see ownership.
Parameter | Description |
---|---|
<network_policy_name> | The name of the network policy to change the owner of. |
<identity> | The new owner of the network policy, which can be the name of another login or service account. |