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.
Values: EVENT_TYPE_UNSPECIFIED (0): An unspecified event type. RESOURCE_IAM_POLICY_UPDATE (1): Resource IAM policy update event. BIGQUERY_TABLE_CREATE (2): BigQuery table create event. BIGQUERY_TABLE_UPDATE (3): BigQuery table update event. BIGQUERY_TABLE_DELETE (4): BigQuery table delete event. BIGQUERY_CONNECTION_CREATE (5): BigQuery connection create event. BIGQUERY_CONNECTION_UPDATE (6): BigQuery connection update event. BIGQUERY_CONNECTION_DELETE (7): BigQuery connection delete event. BIGQUERY_TAXONOMY_CREATE (10): BigQuery taxonomy created. BIGQUERY_POLICY_TAG_CREATE (11): BigQuery policy tag created. BIGQUERY_POLICY_TAG_DELETE (12): BigQuery policy tag deleted. BIGQUERY_POLICY_TAG_SET_IAM_POLICY (13): BigQuery set iam policy for policy tag. ACCESS_POLICY_UPDATE (14): Access policy update event.