GovernanceAssignmentProperties interface
Describes properties of an governance assignment
Properties
| additional |
The additional data for the governance assignment - e.g. links to ticket (optional), see example |
| governance |
The email notifications settings for the governance rule, states whether to disable notifications for mangers and owners |
| is |
Defines whether there is a grace period on the governance assignment |
| owner | The Owner for the governance assignment - e.g. user@contoso.com - see example |
| remediation |
The remediation due-date - after this date Secure Score will be affected (in case of active grace-period) |
| remediation |
The ETA (estimated time of arrival) for remediation (optional), see example |
Property Details
additionalData
The additional data for the governance assignment - e.g. links to ticket (optional), see example
additionalData?: GovernanceAssignmentAdditionalData
Property Value
governanceEmailNotification
The email notifications settings for the governance rule, states whether to disable notifications for mangers and owners
governanceEmailNotification?: GovernanceEmailNotification
Property Value
isGracePeriod
Defines whether there is a grace period on the governance assignment
isGracePeriod?: boolean
Property Value
boolean
owner
The Owner for the governance assignment - e.g. user@contoso.com - see example
owner?: string
Property Value
string
remediationDueDate
The remediation due-date - after this date Secure Score will be affected (in case of active grace-period)
remediationDueDate: Date
Property Value
Date
remediationEta
The ETA (estimated time of arrival) for remediation (optional), see example
remediationEta?: RemediationEta