Resource Changes
Overview of Resmo resource changes.
Resource Change Types
Resource Change Fields
_meta: {
id: String,
groupKey: String,
integration: {
"id": String,
"name": String,
"tags": String Array | null,
},
type: String -> "github_repo",
recordId: date,
recordedAt: date,
},
resourceId: "", -> internally generated id for changes of a resource
recordedAt: date,
type: String -> "added | modified | removed",
actor: Object | null,
eventType: Sting | null, -> event type like "repository/privatized"
fields: Array | null,
after: {
-> resource's content before after it changes
},
before: {
-> resource's content before it changes, null if this is resource's first change
}
}Resource Change View

Last updated