PolicyResult interface

The result of a policy certificate modification

Properties

policy

A JSON Web Token containing a StoredAttestationPolicy object with the attestation policy

policyResolution

The result of the operation

policySigner

The certificate used to sign the policy object, if specified

policyTokenHash

The SHA256 hash of the policy object modified

Property Details

policy

A JSON Web Token containing a StoredAttestationPolicy object with the attestation policy

policy?: string

Property Value

string

policyResolution

The result of the operation

policyResolution: string

Property Value

string

policySigner

The certificate used to sign the policy object, if specified

policySigner?: AttestationSigner

Property Value

policyTokenHash

The SHA256 hash of the policy object modified

policyTokenHash: Uint8Array

Property Value

Uint8Array