policies

@SerializedName(value = "policies")
@Expose
open var policies: Set<ToolComponent>

Contains configurations that may potentially override both reportingDescriptor.defaultConfiguration (the tool's default severities) and invocation.configurationOverrides (severities established at run-time from the command line).