azure-docs-sdk-java/docs-ref-autogen/com.azure.security.attestat...

50 строки
2.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.security.attestation.models.PolicyResult"
fullName: "com.azure.security.attestation.models.PolicyResult"
name: "PolicyResult"
nameWithType: "PolicyResult"
summary: "Represents the result of a policy modification operation (set<wbr>Attestation<wbr>Policy/reset<wbr>Attestation<wbr>Policy)."
syntax: "public interface **PolicyResult**"
methods:
- uid: "com.azure.security.attestation.models.PolicyResult.getPolicyResolution()"
fullName: "com.azure.security.attestation.models.PolicyResult.getPolicyResolution()"
name: "getPolicyResolution()"
nameWithType: "PolicyResult.getPolicyResolution()"
summary: "Get the policy<wbr>Resolution property: The result of the operation."
modifiers:
- "abstract"
syntax: "public abstract PolicyModification getPolicyResolution()"
desc: "Get the policyResolution property: The result of the operation."
returns:
description: "the policyResolution value."
type: "<xref href=\"com.azure.security.attestation.models.PolicyModification?alt=com.azure.security.attestation.models.PolicyModification&text=PolicyModification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.security.attestation.models.PolicyResult.getPolicySigner()"
fullName: "com.azure.security.attestation.models.PolicyResult.getPolicySigner()"
name: "getPolicySigner()"
nameWithType: "PolicyResult.getPolicySigner()"
summary: "Get the policy<wbr>Signer property: The certificate used to sign the policy object, if one was provided."
modifiers:
- "abstract"
syntax: "public abstract AttestationSigner getPolicySigner()"
desc: "Get the policySigner property: The certificate used to sign the policy object, if one was provided."
returns:
description: "the policySigner value."
type: "<xref href=\"com.azure.security.attestation.models.AttestationSigner?alt=com.azure.security.attestation.models.AttestationSigner&text=AttestationSigner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.security.attestation.models.PolicyResult.getPolicyTokenHash()"
fullName: "com.azure.security.attestation.models.PolicyResult.getPolicyTokenHash()"
name: "getPolicyTokenHash()"
nameWithType: "PolicyResult.getPolicyTokenHash()"
summary: "Get the policy<wbr>Token<wbr>Hash property: The SHA256 hash of the policy object modified."
modifiers:
- "abstract"
syntax: "public abstract BinaryData getPolicyTokenHash()"
desc: "Get the policyTokenHash property: The SHA256 hash of the policy object modified."
returns:
description: "the policyTokenHash value."
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Represents the result of a policy modification operation (setAttestationPolicy/resetAttestationPolicy)."
metadata: {}
package: "com.azure.security.attestation.models"
artifact: com.azure:azure-security-attestation:1.1.29