GovernanceAssignment interface
Governance assignment over a given scope
- Extends
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 |
Inherited Properties
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
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
Property Value
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript