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

HeaderTelemetryEndpointAuth interface

基于头部的远程测定终端秘密认证。 解析后的秘密值会作为HTTP头注入。

扩展

属性

header_name

HTTP头部的名称,用于注入秘密值。

secret_id

秘密存储或连接的标识符。

secret_key

密钥中用于获取认证值的密钥。

type

基于首部的秘密认证中,认证类型始终为“头部”。

属性详细信息

header_name

HTTP头部的名称,用于注入秘密值。

header_name: string

属性值

string

secret_id

秘密存储或连接的标识符。

secret_id: string

属性值

string

secret_key

密钥中用于获取认证值的密钥。

secret_key: string

属性值

string

type

基于首部的秘密认证中,认证类型始终为“头部”。

type: "header"

属性值

"header"