ObjectsGrid
  • Documentation
    • Core Concepts
    • Usage Guide
      • Quick Start
      • Authentication and Authorization
      • Access Control via ABAC
      • GraphQL API Examples
      • Login with Google app setup
      • Objects Schemas
    • OBJECTS GRID Objects
      • Generic Object
        • GenericObjects REST API
      • Enum Object
        • Enum Object REST API
      • ProductCatalog Object
      • ProductGroup Object
      • Product Object
      • Brand Object
        • Brands REST API
      • Language-Tagged String
      • Tags Object
      • Meta Object
    • Private Objects
      • Auth
        • Tokens REST API
      • ABAC Policy
        • ABACPolicies REST API
      • Organization Account
        • OrganizationAccounts REST API
      • User Account
        • UserAccounts REST API
      • Service Account
        • ServiceAccounts REST API
      • Access Logging
        • AccessLogEntries REST API
  • Support
    • Terms and Conditions
  • Blogs
    • Attribute Based Access Control
    • ABAC vs RBAC
Powered by GitBook
On this page

Was this helpful?

  1. Documentation
  2. OBJECTS GRID Objects

Meta Object

Object Meta provides meta data about your object instance. For example who created it and when, and who last updated it and when. It is read only; not updatable by you.

Attributes

Name

Type

Description

objectVersion

Float

The Object version

objectType

String

Object type

namespace

String

Object namespace

createdAt

DateTime

Object created time

createdBy

String

Object created by

lastUpdatedAt

DateTime

Object last updated time

lastUpdatedBy

String

Object last updated by

​​​

PreviousTags ObjectNextPrivate Objects

Last updated 1 year ago

Was this helpful?