Package | Description |
---|---|
com.google.api.services.alertcenter.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
RuleViolationInfo |
RuleViolationInfo.clone() |
RuleViolationInfo |
DlpRuleViolation.getRuleViolationInfo()
Details about the violated DLP rule.
|
RuleViolationInfo |
RuleViolationInfo.set(String fieldName,
Object value) |
RuleViolationInfo |
RuleViolationInfo.setDataSource(String dataSource)
Source of the data.
|
RuleViolationInfo |
RuleViolationInfo.setEventType(String eventType)
Event associated with this alert after applying the rule.
|
RuleViolationInfo |
RuleViolationInfo.setMatchInfo(List<MatchInfo> matchInfo)
List of matches that were found in the resource content.
|
RuleViolationInfo |
RuleViolationInfo.setRecipients(List<String> recipients)
Resource recipients.
|
RuleViolationInfo |
RuleViolationInfo.setResourceInfo(ResourceInfo resourceInfo)
Details of the resource which violated the rule.
|
RuleViolationInfo |
RuleViolationInfo.setRuleInfo(RuleInfo ruleInfo)
Details of the violated rule.
|
RuleViolationInfo |
RuleViolationInfo.setSuppressedActionTypes(List<String> suppressedActionTypes)
Actions suppressed due to other actions with higher priority.
|
RuleViolationInfo |
RuleViolationInfo.setTrigger(String trigger)
Trigger of the rule.
|
RuleViolationInfo |
RuleViolationInfo.setTriggeredActionInfo(List<ActionInfo> triggeredActionInfo)
Metadata related to the triggered actions.
|
RuleViolationInfo |
RuleViolationInfo.setTriggeredActionTypes(List<String> triggeredActionTypes)
Actions applied as a consequence of the rule being triggered.
|
RuleViolationInfo |
RuleViolationInfo.setTriggeringUserEmail(String triggeringUserEmail)
Email of the user who caused the violation.
|
Modifier and Type | Method and Description |
---|---|
DlpRuleViolation |
DlpRuleViolation.setRuleViolationInfo(RuleViolationInfo ruleViolationInfo)
Details about the violated DLP rule.
|
Copyright © 2011–2024 Google. All rights reserved.