GrantPrivilegesOperation

Classes > Nimblesite.DataProvider.Migration.Core > GrantPrivilegesOperation

Apply a PostgreSQL schema or table grant.

public sealed record GrantPrivilegesOperation : SchemaOperation, IEquatable<SchemaOperation>, IEquatable<GrantPrivilegesOperation>

Constructors

GrantPrivilegesOperation

public GrantPrivilegesOperation(PostgresGrantDefinition Grant)

Apply a PostgreSQL schema or table grant.

Parameter Type Description
Grant PostgresGrantDefinition

Properties

Grant

public PostgresGrantDefinition Grant { get; init; }