Share via


CustomAssessmentAutomationProperties Constructors

Definition

Overloads

CustomAssessmentAutomationProperties()

Initializes a new instance of the CustomAssessmentAutomationProperties class.

CustomAssessmentAutomationProperties(String, String, String, String, String, String, String)

Initializes a new instance of the CustomAssessmentAutomationProperties class.

CustomAssessmentAutomationProperties()

Initializes a new instance of the CustomAssessmentAutomationProperties class.

public CustomAssessmentAutomationProperties ();
Public Sub New ()

Applies to

CustomAssessmentAutomationProperties(String, String, String, String, String, String, String)

Initializes a new instance of the CustomAssessmentAutomationProperties class.

public CustomAssessmentAutomationProperties (string compressedQuery = default, string supportedCloud = default, string severity = default, string displayName = default, string description = default, string remediationDescription = default, string assessmentKey = default);
new Microsoft.Azure.Management.Security.Models.CustomAssessmentAutomationProperties : string * string * string * string * string * string * string -> Microsoft.Azure.Management.Security.Models.CustomAssessmentAutomationProperties
Public Sub New (Optional compressedQuery As String = Nothing, Optional supportedCloud As String = Nothing, Optional severity As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional remediationDescription As String = Nothing, Optional assessmentKey As String = Nothing)

Parameters

compressedQuery
String

GZip encoded KQL query representing the assessment automation results required.

supportedCloud
String

Relevant cloud for the custom assessment automation. Possible values include: 'AWS', 'GCP'

severity
String

The severity to relate to the assessments generated by this assessment automation. Possible values include: 'High', 'Medium', 'Low'

displayName
String

The display name of the assessments generated by this assessment automation.

description
String

The description to relate to the assessments generated by this assessment automation.

remediationDescription
String

The remediation description to relate to the assessments generated by this assessment automation.

assessmentKey
String

The assessment metadata key used when an assessment is generated for this assessment automation.

Applies to