你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DatabaseVulnerabilityAssessment interface
数据库漏洞评估。
- 扩展
属性
recurring |
定期扫描设置 |
storage |
指定用于漏洞评估扫描结果的存储帐户的标识符密钥。 如果未指定“StorageContainerSasKey”,则需要 storageAccountAccessKey。 |
storage |
用于保存扫描结果的 blob 存储容器路径 (例如 https://myStorage.blob.core.windows.net/VaScans/) 。 如果未设置服务器级别漏洞评估策略,则需要该策略 |
storage |
共享访问签名 (SAS 密钥) ,对“storageContainerPath”参数中指定的 Blob 容器具有写入访问权限。 如果未指定“storageAccountAccessKey”,则需要 StorageContainerSasKey。 |
继承属性
id | 资源 ID。 注意:此属性不会被序列化。 它只能由服务器填充。 |
name | 资源名称。 注意:此属性不会被序列化。 它只能由服务器填充。 |
type | 资源类型。 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
recurringScans
定期扫描设置
recurringScans?: VulnerabilityAssessmentRecurringScansProperties
属性值
storageAccountAccessKey
指定用于漏洞评估扫描结果的存储帐户的标识符密钥。 如果未指定“StorageContainerSasKey”,则需要 storageAccountAccessKey。
storageAccountAccessKey?: string
属性值
string
storageContainerPath
用于保存扫描结果的 blob 存储容器路径 (例如 https://myStorage.blob.core.windows.net/VaScans/) 。 如果未设置服务器级别漏洞评估策略,则需要该策略
storageContainerPath?: string
属性值
string
storageContainerSasKey
共享访问签名 (SAS 密钥) ,对“storageContainerPath”参数中指定的 Blob 容器具有写入访问权限。 如果未指定“storageAccountAccessKey”,则需要 StorageContainerSasKey。
storageContainerSasKey?: string
属性值
string