REVOKE (TLS configuration)
Revokes privileges granted on one or more TLS Configurations from users and roles.
Syntax
REVOKE [ GRANT OPTION FOR ]
    { ALL | [ privilege[,...] ]}
    ON TLS CONFIGURATION tls_configuration[,...]
    FROM grantee [,...]
Parameters
- GRANT OPTION FOR
- Revokes the grant option for the specified privileges. Current privileges for grantees remain unaffected. If you omit this clause, Vertica revokes both the grant option and current privileges. 
- privilege
- A privilege, one of the following: - 
USAGE: Allows the user to set the TLS Configuration for a type of connection and view its contents in the system table TLS_CONFIGURATIONS. For details, see Security parameters. 
 
- 
- tls_configuration
- The TLS Configuration on which to revoke privileges.
- grantee
- Who is granted privileges, one of the following: 
Privileges
Non-superusers require USAGE on the schema and one of the following:
- 
Owner 
- 
Privileges grantee given the option ( WITH GRANT OPTION) of granting privileges to other users or roles.
Examples
To revoke ALTER privileges on the TLS Configuration server from the role client_server_tls_manager:
=> REVOKE ALTER ON TLS CONFIGURATION server FROM client_server_tls_manager;