你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotSecurityRecommendationType 结构

定义

IoT 安全性建议的类型。

public readonly struct IotSecurityRecommendationType : IEquatable<Azure.ResourceManager.SecurityCenter.Models.IotSecurityRecommendationType>
type IotSecurityRecommendationType = struct
Public Structure IotSecurityRecommendationType
Implements IEquatable(Of IotSecurityRecommendationType)
继承
IotSecurityRecommendationType
实现

构造函数

IotSecurityRecommendationType(String)

初始化 IotSecurityRecommendationType 的新实例。

属性

IotAcrAuthentication

用于从 ACR 存储库拉取边缘模块的身份验证架构不使用服务主体身份验证。

IotAgentSendsUnutilizedMessages

当前未充分利用 IoT 代理消息大小容量,婴儿导致发送的消息数增加。 调整消息间隔以提高利用率。

IotBaseline

已确定与安全相关的系统配置问题。

IotEdgeHubMemOptimize

可以通过关闭解决方案中 Edge 模块未使用的任何协议的协议头来优化 Edge 中心内存使用情况。

IotEdgeLoggingOptions

已禁用此边缘模块的日志记录。

IotInconsistentModuleSettings

设备安全组中的少数用户与其组的其余部分的 Edge 模块设置不一致。

IotInstallAgent

安装 Azure Security of Things 代理。

IotIPFilterDenyAll

IP 筛选器配置应为允许的流量定义规则,默认情况下应拒绝所有其他流量。

IotIPFilterPermissiveRule

允许 IP 筛选器规则源 IP 范围太大。 过度宽松的规则可能会向恶意意图者公开 IoT 中心。

IotOpenPorts

在设备上发现了侦听终结点。

IotPermissiveFirewallPolicy

输入/输出) (找到了允许的防火墙策略。 策略应默认拒绝所有流量,并定义允许与设备进行必要通信的规则。

IotPermissiveInputFirewallRules

防火墙中的一个规则包含适用于各种 IP 地址或端口的许可模式。

IotPermissiveOutputFirewallRules

防火墙中的一个规则包含适用于各种 IP 地址或端口的许可模式。

IotPrivilegedDockerOptions

Edge 模块配置为在特权模式下运行,具有广泛的 Linux 功能或主机级网络访问, (向主机发送/接收数据) 。

IotSharedCredentials

与多个设备使用的IoT 中心相同的身份验证凭据。 这可能表示某个非法设备模拟了合法设备。 它还暴露了攻击者模拟设备的风险。

IotVulnerableTlsCipherSuite

检测到不安全的 TLS 配置。 建议立即升级。

方法

Equals(IotSecurityRecommendationType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(IotSecurityRecommendationType, IotSecurityRecommendationType)

确定两个 IotSecurityRecommendationType 值是否相同。

Implicit(String to IotSecurityRecommendationType)

将字符串转换为 IotSecurityRecommendationType

Inequality(IotSecurityRecommendationType, IotSecurityRecommendationType)

确定两个 IotSecurityRecommendationType 值是否不同。

适用于