Get Governance Assignment Result
data class GetGovernanceAssignmentResult(val additionalData: GovernanceAssignmentAdditionalDataResponse? = null, val azureApiVersion: String, val governanceEmailNotification: GovernanceEmailNotificationResponse? = null, val id: String, val isGracePeriod: Boolean? = null, val name: String, val owner: String? = null, val remediationDueDate: String, val remediationEta: RemediationEtaResponse? = null, val type: String)
Governance assignment over a given scope
Constructors
Link copied to clipboard
constructor(additionalData: GovernanceAssignmentAdditionalDataResponse? = null, azureApiVersion: String, governanceEmailNotification: GovernanceEmailNotificationResponse? = null, id: String, isGracePeriod: Boolean? = null, name: String, owner: String? = null, remediationDueDate: String, remediationEta: RemediationEtaResponse? = null, type: String)
Properties
Link copied to clipboard
The additional data for the governance assignment - e.g. links to ticket (optional), see example
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The email notifications settings for the governance rule, states whether to disable notifications for mangers and owners
Link copied to clipboard
Defines whether there is a grace period on the governance assignment
Link copied to clipboard
The remediation due-date - after this date Secure Score will be affected (in case of active grace-period)
Link copied to clipboard
The ETA (estimated time of arrival) for remediation (optional), see example