GovernanceAssignmentProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes properties of an governance assignment
public class GovernanceAssignmentProperties
type GovernanceAssignmentProperties = class
Public Class GovernanceAssignmentProperties
- Inheritance
-
GovernanceAssignmentProperties
Constructors
GovernanceAssignmentProperties() |
Initializes a new instance of the GovernanceAssignmentProperties class. |
GovernanceAssignmentProperties(DateTime, String, RemediationEta, Nullable<Boolean>, GovernanceEmailNotification, GovernanceAssignmentAdditionalData) |
Initializes a new instance of the GovernanceAssignmentProperties class. |
Properties
AdditionalData |
Gets or sets the additional data for the governance assignment - e.g. links to ticket (optional), see example |
GovernanceEmailNotification |
Gets or sets the email notifications settings for the governance rule, states whether to disable notifications for mangers and owners |
IsGracePeriod |
Gets or sets defines whether there is a grace period on the governance assignment |
Owner |
Gets or sets the Owner for the governance assignment - e.g. user@contoso.com - see example |
RemediationDueDate |
Gets or sets the remediation due-date - after this date Secure Score will be affected (in case of active grace-period) |
RemediationEta |
Gets or sets the ETA (estimated time of arrival) for remediation (optional), see example |
Methods
Validate() |
Validate the object. |