ChangePermissions

data class ChangePermissions(val grantOrRevoke: GrantOrRevoke, val grantees: Set<DbIdentifier>, val permissions: Set<String>, val targetObject: SchemaObject, val targetObjectType: String) : ModelChange(source)

Constructors

Link copied to clipboard
constructor(grantOrRevoke: GrantOrRevoke, grantees: Set<DbIdentifier>, permissions: Set<String>, targetObject: SchemaObject, targetObjectType: String)

Types

Properties

Link copied to clipboard
val grantees: Set<DbIdentifier>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetObject: SchemaObject
Link copied to clipboard