Interface PolicyResult


public interface PolicyResult
Represents the result of a policy modification operation (setAttestationPolicy/resetAttestationPolicy).
  • Method Details

    • getPolicyResolution

      PolicyModification getPolicyResolution()
      Get the policyResolution property: The result of the operation.
      Returns:
      the policyResolution value.
    • getPolicyTokenHash

      BinaryData getPolicyTokenHash()
      Get the policyTokenHash property: The SHA256 hash of the policy object modified.
      Returns:
      the policyTokenHash value.
    • getPolicySigner

      AttestationSigner getPolicySigner()
      Get the policySigner property: The certificate used to sign the policy object, if one was provided.
      Returns:
      the policySigner value.