AttestationPolicyResult Class

The result of a set_policy or reset_policy API call.

The AttestationPolicyResult class is returned as the body of an attestation token from the attestation service. It can be used to ensure that the attestation service received the policy object sent from the client without alteration.

Inheritance
builtins.object
AttestationPolicyResult

Constructor

AttestationPolicyResult(policy_resolution: azure.security.attestation._generated.models._azure_attestation_rest_client_enums.PolicyModification, policy_signer: azure.security.attestation._models.AttestationSigner, policy_token_hash: str)

Parameters

policy_resolution
PolicyModification
Required

The result of the policy set or reset call.

policy_signer
AttestationSigner
Required

If the call to set_policy or reset_policy had a signing_certificate parameter, this will be the certificate which was specified in this parameter.

policy_token_hash
str
Required

The hash of the complete JSON Web Signature presented to the set_policy or reset_policy API.