Interface Attestation.UpdateStages.WithPolicyDefinitionReferenceId

All Known Subinterfaces:
Attestation.Update
Enclosing interface:
Attestation.UpdateStages

public static interface Attestation.UpdateStages.WithPolicyDefinitionReferenceId
The stage of the Attestation update allowing to specify policyDefinitionReferenceId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPolicyDefinitionReferenceId(String policyDefinitionReferenceId)
    Specifies the policyDefinitionReferenceId property: The policy definition reference ID from a policy set definition that the attestation is setting the state for.
  • Method Details

    • withPolicyDefinitionReferenceId

      Attestation.Update withPolicyDefinitionReferenceId(String policyDefinitionReferenceId)
      Specifies the policyDefinitionReferenceId property: The policy definition reference ID from a policy set definition that the attestation is setting the state for. If the policy assignment assigns a policy set definition the attestation can choose a definition within the set definition with this property or omit this and set the state for the entire set definition..
      Parameters:
      policyDefinitionReferenceId - The policy definition reference ID from a policy set definition that the attestation is setting the state for. If the policy assignment assigns a policy set definition the attestation can choose a definition within the set definition with this property or omit this and set the state for the entire set definition.
      Returns:
      the next definition stage.