confluent iam ip-filter create¶
Flags¶
--ip-groups strings REQUIRED: A comma-separated list of IP group IDs.
--resource-group string Name of resource group. Currently, only "management" is supported. (default "management")
--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¶
Create an IP filter named “demo-ip-filter” with resource group “management” and IP groups “ipg-12345” and “ipg-67890”:
confluent iam ip-filter create demo-ip-filter --resource-group management --ip-groups ipg-12345,ipg-67890
See Also¶
- confluent iam ip-filter - Manage IP filters.