GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1GovernanceEvent (google_api_dataplex v0.21.0)
View SourcePayload associated with Governance related log events.
Attributes
-
entity(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1GovernanceEventEntity.t, default:nil) - Entity resource information if the log event is associated with a specific entity. -
eventType(type:String.t, default:nil) - The type of the event. -
message(type:String.t, default:nil) - The log message.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1GovernanceEvent{ entity: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1GovernanceEventEntity.t() | nil, eventType: String.t() | nil, message: String.t() | nil }