AttestationProvider interface
证明服务响应消息。
属性
| attest |
获取证明服务的 URI |
| private |
与证明提供程序关联的专用终结点连接列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
| status | 证明服务的状态。 |
| system |
与此资源相关的系统元数据注意:此属性不会序列化。 它只能由服务器填充。 |
| trust |
证明提供程序的信任模型。 |
继承属性
| id | 资源的完全限定资源 ID。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此属性不会序列化。 它只能由服务器填充。 |
| location | 资源所在的地理位置 |
| name | 资源说明的名称:此属性不会序列化。 它只能由服务器填充。 |
| tags | 资源标记。 |
| type | 资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
attestUri
获取证明服务的 URI
attestUri?: string
属性值
string
privateEndpointConnections
与证明提供程序关联的专用终结点连接列表。 注意:此属性不会序列化。 它只能由服务器填充。
privateEndpointConnections?: PrivateEndpointConnection[]
属性值
status
证明服务的状态。
status?: string
属性值
string
systemData
trustModel
证明提供程序的信任模型。
trustModel?: string
属性值
string
继承属性详细信息
id
资源的完全限定资源 ID。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
location
name
tags
资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
type
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string