Create synthetic access logs based on the generated rules and Access Control Matrix (ACM).
Logs are available as CSV with columns: subject, object, environment, access (permit/deny).
JSON Schema / Format
Use this format for standard input. The example below is loaded from the server.
subject_attributes_values, object_attributes_values, environment_attributes_values (array of numbers or [count, stars] pairs)
global_stars (optional number, used as default for numeric entries)
subject_distributions, object_distributions, environment_distributions (array of objects)
Distributions format
Each distribution item supports a distribution code like "N" (Normal),
"P" (Poisson), "U" (Uniform). Some distributions may include
parameters like mean/variance or lambda.
Star format
In attribute value arrays, use either a single number like 5 or
a pair like [5, 2] where the second value is the wildcard star count.