SecurityAssessmentType Struct
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.
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
| Name | Description |
|---|---|
| SecurityAssessmentType(String) |
Initializes a new instance of SecurityAssessmentType. |
Properties
| Name | Description |
|---|---|
| BuiltIn |
Microsoft Defender for Cloud managed assessments. |
| BuiltInPolicy |
Microsoft Defender for Cloud managed policies. |
| Custom |
User defined custom 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. |
| DynamicBuiltIn |
Microsoft Defender for Cloud managed assessments that are dynamically created by the system. |
| ManualBuiltIn |
Microsoft Defender for Cloud managed assessments that are manually created by the user. |
| ManualBuiltInPolicy |
Microsoft Defender for Cloud managed policies that are manually created by the user. |
| ManualCustomPolicy |
User defined policies that are manually created by the user. |
| Unknown |
Unknown assessment type. |
| VerifiedPartner |
Third party assessments that are verified by Microsoft Defender for Cloud. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(SecurityAssessmentType, SecurityAssessmentType) |
Determines if two SecurityAssessmentType values are the same. |
| Implicit(String to Nullable<SecurityAssessmentType>) | |
| Implicit(String to SecurityAssessmentType) |
Converts a string to a SecurityAssessmentType. |
| Inequality(SecurityAssessmentType, SecurityAssessmentType) |
Determines if two SecurityAssessmentType values are not the same. |