RuleCategory Struct

Definition

Rule categories. Code - code scanning results. Artifact scanning results. Dependencies scanning results. IaC results. Secrets scanning results. Container scanning results.

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

Constructors

RuleCategory(String)

Initializes a new instance of RuleCategory.

Properties

Artifacts

Artifacts.

Code

Code.

Containers

Containers.

Dependencies

Dependencies.

IaC

IaC.

Secrets

Secrets.

Methods

Equals(RuleCategory)

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(RuleCategory, RuleCategory)

Determines if two RuleCategory values are the same.

Implicit(String to RuleCategory)

Converts a string to a RuleCategory.

Inequality(RuleCategory, RuleCategory)

Determines if two RuleCategory values are not the same.

Applies to