GovernanceEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Payload associated with Governance related log events.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
message |
str
The log message. |
event_type |
google.cloud.dataplex_v1.types.GovernanceEvent.EventType
The type of the event. |
entity |
google.cloud.dataplex_v1.types.GovernanceEvent.Entity
Entity resource information if the log event is associated with a specific entity. This field is a member of oneof _ _entity .
|
Classes
Entity
Entity(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about Entity resource that the log event is associated with.
EventType
EventType(value)
Type of governance log event.