SdpInspectResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)Sensitive Data Protection Inspection Result.
Attributes |
|
|---|---|
| Name | Description |
execution_state |
google.cloud.modelarmor_v1.types.FilterExecutionState
Output only. Reports whether Sensitive Data Protection inspection was successfully executed or not. |
message_items |
MutableSequence[google.cloud.modelarmor_v1.types.MessageItem]
Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation. |
match_state |
google.cloud.modelarmor_v1.types.FilterMatchState
Output only. Match state for SDP Inspection. Value is MATCH_FOUND if at least one Sensitive Data Protection finding is identified. |
findings |
MutableSequence[google.cloud.modelarmor_v1.types.SdpFinding]
List of Sensitive Data Protection findings. |
findings_truncated |
bool
If true, then there is possibility that more findings were identified and the findings returned are a subset of all findings. The findings list might be truncated because the input items were too large, or because the server reached the maximum amount of resources allowed for a single API call. |