AnalyticsDefenderEasmModelFactory.Cvss3Summary Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of Cvss3Summary.
public static Azure.Analytics.Defender.Easm.Cvss3Summary Cvss3Summary (string version = default, string vectorString = default, string attackVector = default, string attackComplexity = default, string privilegesRequired = default, string userInteraction = default, string scope = default, string confidentialityImpact = default, string integrityImpact = default, string availabilityImpact = default, float? baseScore = default, string baseSeverity = default, string exploitCodeMaturity = default, string remediationLevel = default, string reportConfidence = default, float? exploitabilityScore = default, float? impactScore = default);
static member Cvss3Summary : string * string * string * string * string * string * string * string * string * string * Nullable<single> * string * string * string * string * Nullable<single> * Nullable<single> -> Azure.Analytics.Defender.Easm.Cvss3Summary
Public Shared Function Cvss3Summary (Optional version As String = Nothing, Optional vectorString As String = Nothing, Optional attackVector As String = Nothing, Optional attackComplexity As String = Nothing, Optional privilegesRequired As String = Nothing, Optional userInteraction As String = Nothing, Optional scope As String = Nothing, Optional confidentialityImpact As String = Nothing, Optional integrityImpact As String = Nothing, Optional availabilityImpact As String = Nothing, Optional baseScore As Nullable(Of Single) = Nothing, Optional baseSeverity As String = Nothing, Optional exploitCodeMaturity As String = Nothing, Optional remediationLevel As String = Nothing, Optional reportConfidence As String = Nothing, Optional exploitabilityScore As Nullable(Of Single) = Nothing, Optional impactScore As Nullable(Of Single) = Nothing) As Cvss3Summary
Parameters
- version
- String
- vectorString
- String
- attackVector
- String
- attackComplexity
- String
- privilegesRequired
- String
- userInteraction
- String
- scope
- String
- confidentialityImpact
- String
- integrityImpact
- String
- availabilityImpact
- String
- baseSeverity
- String
- exploitCodeMaturity
- String
- remediationLevel
- String
- reportConfidence
- String
Returns
A new Cvss3Summary instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.