RevokePrivilegesOperation
Revoke a PostgreSQL schema or table grant. DESTRUCTIVE - requires explicit opt-in.
public sealed record RevokePrivilegesOperation : SchemaOperation, IEquatable<SchemaOperation>, IEquatable<RevokePrivilegesOperation>
Constructors
RevokePrivilegesOperation
public RevokePrivilegesOperation(PostgresGrantDefinition Grant)
Revoke a PostgreSQL schema or table grant. DESTRUCTIVE - requires explicit opt-in.
| Parameter | Type | Description |
|---|---|---|
Grant |
PostgresGrantDefinition |
Properties
Grant
public PostgresGrantDefinition Grant { get; init; }