Consolidate data access control backoffice updates
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.cloudhandson.vpdbackoffice.domain.securityscript;
|
||||
|
||||
/** Metadata for selecting a curated security SQL script without loading its source. */
|
||||
public record SecuritySqlScriptSummary(
|
||||
String scriptId,
|
||||
String category,
|
||||
String fileName,
|
||||
String title,
|
||||
String description
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user