GovernanceAssignment.DefinitionStages.WithRemediationDueDate Interface

public static interface GovernanceAssignment.DefinitionStages.WithRemediationDueDate

The stage of the GovernanceAssignment definition allowing to specify remediationDueDate.

Method Summary

Modifier and Type Method and Description
abstract WithCreate 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).

Method Details

withRemediationDueDate

public abstract GovernanceAssignment.DefinitionStages.WithCreate 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.

Applies to