confluent iam ip-filter update¶
Flags¶
--name string Updated name of the IP filter.
--resource-group string Name of resource group. Currently, only "management" is supported. (default "management")
--add-ip-groups strings A comma-separated list of IP groups to add.
--remove-ip-groups strings A comma-separated list of IP groups to remove.
--context string CLI context name.
-o, --output string Specify the output format as "human", "json", or "yaml". (default "human")
Global Flags¶
-h, --help Show help for this command.
--unsafe-trace Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
Examples¶
Update the name and add an IP group to IP filter “ipf-abcde”:
confluent iam ip-filter update ipf-abcde --name "New Filter Name" --add-ip-groups ipg-12345
See Also¶
- confluent iam ip-filter - Manage IP filters.