confluent iam ip-filter create¶
Flags¶
--resource-group string Name of resource group: "management" or "multiple". (default "multiple")
--ip-groups strings A comma-separated list of IP group IDs.
--environment string Identifier of the environment for which this filter applies. Without this flag, applies only to the organization.
--operations strings A comma-separated list of operation groups: "MANAGEMENT", "SCHEMA", or "FLINK".
--no-public-networks Use in place of ip-groups to reference the no public networks IP Group.
--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 operation group “management” and IP groups “ipg-12345” and “ipg-67890”:
confluent iam ip-filter create demo-ip-filter --operations management --ip-groups ipg-12345,ipg-67890
See Also¶
- confluent iam ip-filter - Manage IP filters.