Share via


SecurityAssessmentType Struct

Definition

BuiltIn if the assessment based on built-in Azure Policy definition, Custom if the assessment based on custom Azure Policy definition.

public readonly struct SecurityAssessmentType : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentType>
type SecurityAssessmentType = struct
Public Structure SecurityAssessmentType
Implements IEquatable(Of SecurityAssessmentType)
Inheritance
SecurityAssessmentType
Implements

Constructors

SecurityAssessmentType(String)

Initializes a new instance of SecurityAssessmentType.

Properties

BuiltIn

Microsoft Defender for Cloud managed assessments.

CustomerManaged

User assessments pushed directly by the user or other third party to Microsoft Defender for Cloud.

CustomPolicy

User defined policies that are automatically ingested from Azure Policy to Microsoft Defender for Cloud.

VerifiedPartner

An assessment that was created by a verified 3rd party if the user connected it to ASC.

Methods

Equals(SecurityAssessmentType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SecurityAssessmentType, SecurityAssessmentType)

Determines if two SecurityAssessmentType values are the same.

Implicit(String to SecurityAssessmentType)

Converts a string to a SecurityAssessmentType.

Inequality(SecurityAssessmentType, SecurityAssessmentType)

Determines if two SecurityAssessmentType values are not the same.

Applies to