Skip to main content

Resource

JSON Representation

{
"id": "1d73d22b-87d4-4c7e-9927-222d966f407a",
"provider_type": "bigquery",
"provider_urn": "my-bigquery",
"type": "table",
"urn": "gcp-project-id:dataset_name.table_name",
"name": "table_name",
"details": {
...
},
"created_at": "2021-10-26T09:29:48.838203Z",
"updated_at": "2021-10-26T09:29:48.838203Z"
}

Resource

FieldTypeDescription
idstringResource unique identifier
provider_typestringType of the provider that manages this resource
provider_urnstringProvider URN
typestringType of the resource according to provider_type
urnstringResource URN
namestringDisplay name
detailsobjectAdditional information of the resource that can be updated from Guardian
created_atstringTimestamp when the resource created
updated_atstringTimestamp when the resource last modified