confluent iam group-mapping update
Description
Update a group mapping.
confluent iam group-mapping update <id> [flags]
Flags
    --name string          Name of the group mapping.
    --description string   Description of the group mapping.
    --filter string        A supported Common Expression Language (CEL) filter expression for group mappings. (default "true")
    --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 description of group mapping “group-123456”.
confluent iam group-mapping update group-123456 --description "updated description"
See Also
- confluent iam group-mapping - Manage SSO group mappings.