Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AttestationResponse<T>

Package version

An AttestationResponse represents the response from the Microsoft Azure Attestation service. It has two properties:

typeparam

The attestation token returned from the attestation service.

typeparam

The body of the token returned by the attestation service.

Type parameters

  • T

Hierarchy

  • AttestationResponse

Index

Constructors

Properties

Object literals

Constructors

constructor

Properties

token

The Attestation Token returned from the attestation service.

value

value: T

The value of the response from the attestation service.

Object literals

type

type: object

className

className: string = "AttestationResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

token

token: object

required

required: boolean = true

serializedName

serializedName: string = "token"

constraints

constraints: object

Pattern

Pattern: any = new RegExp("[A-Za-z0-9_-]+\\.[A-Za-z0-9_-]*\\.[A-Za-z0-9_-]*")

type

type: object

name

name: string = "String"

Generated using TypeDoc