CustomAssessmentAutomationRequest Constructors
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.
Overloads
CustomAssessmentAutomationRequest() |
Initializes a new instance of the CustomAssessmentAutomationRequest class. |
CustomAssessmentAutomationRequest(String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the CustomAssessmentAutomationRequest class. |
CustomAssessmentAutomationRequest()
Initializes a new instance of the CustomAssessmentAutomationRequest class.
public CustomAssessmentAutomationRequest ();
Public Sub New ()
Applies to
CustomAssessmentAutomationRequest(String, String, String, String, String, String, String, String, String)
Initializes a new instance of the CustomAssessmentAutomationRequest class.
public CustomAssessmentAutomationRequest (string id = default, string name = default, string type = default, string compressedQuery = default, string supportedCloud = default, string severity = default, string displayName = default, string description = default, string remediationDescription = default);
new Microsoft.Azure.Management.Security.Models.CustomAssessmentAutomationRequest : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Security.Models.CustomAssessmentAutomationRequest
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, 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)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- compressedQuery
- String
Base 64 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.