CVSSArgs
data class CVSSArgs(val attackComplexity: Output<CVSSAttackComplexity>? = null, val attackVector: Output<CVSSAttackVector>? = null, val authentication: Output<CVSSAuthentication>? = null, val availabilityImpact: Output<CVSSAvailabilityImpact>? = null, val baseScore: Output<Double>? = null, val confidentialityImpact: Output<CVSSConfidentialityImpact>? = null, val exploitabilityScore: Output<Double>? = null, val impactScore: Output<Double>? = null, val integrityImpact: Output<CVSSIntegrityImpact>? = null, val privilegesRequired: Output<CVSSPrivilegesRequired>? = null, val scope: Output<CVSSScope>? = null, val userInteraction: Output<CVSSUserInteraction>? = null) : ConvertibleToJava<CVSSArgs>
Common Vulnerability Scoring System. For details, see https://www.first.org/cvss/specification-document This is a message we will try to use for storing various versions of CVSS rather than making a separate proto for storing a specific version.
Constructors
Link copied to clipboard
fun CVSSArgs(attackComplexity: Output<CVSSAttackComplexity>? = null, attackVector: Output<CVSSAttackVector>? = null, authentication: Output<CVSSAuthentication>? = null, availabilityImpact: Output<CVSSAvailabilityImpact>? = null, baseScore: Output<Double>? = null, confidentialityImpact: Output<CVSSConfidentialityImpact>? = null, exploitabilityScore: Output<Double>? = null, impactScore: Output<Double>? = null, integrityImpact: Output<CVSSIntegrityImpact>? = null, privilegesRequired: Output<CVSSPrivilegesRequired>? = null, scope: Output<CVSSScope>? = null, userInteraction: Output<CVSSUserInteraction>? = null)