ScanResource

A ScanResource is one cloud resource a ScanRun discovered.
  • id
    Resource identifier, unique to the run that discovered it.
  • The provider's label for the resource, not guaranteed unique.
  • The provider's type name, e.g. aws_s3_bucket.
  • identity
    The 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.
  • identityHash
    Hash of the identity, used to compare and deduplicate resources.
  • identitySchemaVersion
    Version of the identity schema the provider reported.
  • isManaged
    Whether a stack's state holds an entity with the same resource identity.
  • createdAt
    CreatedAt is the unix timestamp (in seconds) at which the resource was recorded.