CreateOrAlterRoleOperation
Create or alter a PostgreSQL role and its declared membership grants.
public sealed record CreateOrAlterRoleOperation : SchemaOperation, IEquatable<SchemaOperation>, IEquatable<CreateOrAlterRoleOperation>
Constructors
CreateOrAlterRoleOperation
public CreateOrAlterRoleOperation(PostgresRoleDefinition Role)
Create or alter a PostgreSQL role and its declared membership grants.
| Parameter | Type | Description |
|---|---|---|
Role |
PostgresRoleDefinition |
Properties
Role
public PostgresRoleDefinition Role { get; init; }