Class GovernanceEvent (2.2.0)

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.