Share via


CustomAssessmentAutomationRequest Class

Definition

Custom Assessment Automation request

[Microsoft.Rest.Serialization.JsonTransformation]
public class CustomAssessmentAutomationRequest : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CustomAssessmentAutomationRequest = class
    inherit Resource
Public Class CustomAssessmentAutomationRequest
Inherits Resource
Inheritance
CustomAssessmentAutomationRequest
Attributes

Constructors

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.

Properties

CompressedQuery

Gets or sets base 64 encoded KQL query representing the assessment automation results required.

Description

Gets or sets the description to relate to the assessments generated by this assessment automation.

DisplayName

Gets or sets the display name of the assessments generated by this assessment automation.

Id

Gets resource Id

(Inherited from Resource)
Name

Gets resource name

(Inherited from Resource)
RemediationDescription

Gets or sets the remediation description to relate to the assessments generated by this assessment automation.

Severity

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

SupportedCloud

Gets or sets relevant cloud for the custom assessment automation. Possible values include: 'AWS', 'GCP'

Type

Gets resource type

(Inherited from Resource)

Applies to