Compartir a través de


ICategoryConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.CategoryConfigurationTypeConverter))]
public interface ICategoryConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.CategoryConfigurationTypeConverter))>]
type ICategoryConfiguration = interface
    interface IJsonSerializable
Public Interface ICategoryConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Category

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

MinimumSeverityLevel

Gets or sets minimum severity level for a given category.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to