confluent iam ip-filter create¶
Flags¶
--resource-group string REQUIRED: Name of resource group: "management" or "multiple".
--ip-groups strings A comma-separated list of IP group IDs.
--environment string Name of the environment for which this filter applies. By default will apply to the organization only.
--operations strings A comma-separated list of operation groups: "MANAGEMENT" or "SCHEMA".
--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 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.