Interface GovernanceAssignment.UpdateStages.WithRemediationDueDate

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

public static interface GovernanceAssignment.UpdateStages.WithRemediationDueDate
The stage of the GovernanceAssignment update allowing to specify remediationDueDate.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the remediationDueDate property: The remediation due-date - after this date Secure Score will be affected (in case of active grace-period).
  • Method Details

    • withRemediationDueDate

      GovernanceAssignment.Update withRemediationDueDate(OffsetDateTime remediationDueDate)
      Specifies the remediationDueDate property: The remediation due-date - after this date Secure Score will be affected (in case of active grace-period).
      Parameters:
      remediationDueDate - The remediation due-date - after this date Secure Score will be affected (in case of active grace-period).
      Returns:
      the next definition stage.