REVOKE (TLS configuration)
Revokes privileges granted on one or more TLS CONFIGURATIONs from users and roles.
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
WITH GRANT OPTION
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
- The privilege to revoke, one of the following:
tls_configuration
- The TLS CONFIGURATION on which to revoke privileges.
grantee
Specifies 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;