Sha256: 7c35a8a481b4c2d859c97b2f10993bb746eeab63336c1d8dd180f41c037f324e
Contents?: true
Size: 520 Bytes
Versions: 1
Compression:
Stored size: 520 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Security::Mgmt::V2019_08_01 module Models # # Defines values for RecommendationSeverity # module RecommendationSeverity Unknown = "Unknown" NotApplicable = "NotApplicable" Healthy = "Healthy" OffByPolicy = "OffByPolicy" Low = "Low" Medium = "Medium" High = "High" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_security-0.19.0 | lib/2019-08-01/generated/azure_mgmt_security/models/recommendation_severity.rb |