A ScanResource is one cloud resource a ScanRun discovered.
- idResource identifier, unique to the run that discovered it.
- nameThe provider's label for the resource, not guaranteed unique.
- typeThe provider's type name, e.g. aws_s3_bucket.
- identityThe provider's resource identity as a raw JSON string. Values the row has no column for - the region, the account, the ARN - live in here.
- identityHashHash of the identity, used to compare and deduplicate resources.
- identitySchemaVersionVersion of the identity schema the provider reported.
- isManagedWhether a stack's state holds an entity with the same resource identity.
- scanScan!The Scan that discovered the resource.
- createdAtCreatedAt is the unix timestamp (in seconds) at which the resource was recorded.