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
  • Generic Object Attributes
  • Contained Objects:
  • IntAttribute Object
  • FloatAttribute Object
  • StringAttribute Object
  • BooleanAttribute Object
  • DateAttribute Object
  • ObjectAttribute Object
  • ReferenceAttribute Object
  • Tag Object

Was this helpful?

  1. Documentation
  2. OBJECTS GRID Objects

Generic Object

You can leverage our ready-to-use Generic Objects, eliminating the need to develop your own specific objects and API implementations, as a stop gap for when your object type is not yet available.

Generic Object Attributes

Name
Type
Description

id

String

The object ID

objectID

String

User-defined object id within the namespace

objectType*

String

The object type (required attribute)

namespace

String

The object's namespace

intAttributes

Array of attributes type Integer

floatAttributes

Array of attributes type Float

stringAttributes

Array of attributes type String

booleanAttributes

Array of attributes type Boolean

dateAttributes

Array of attributes type DateTime

objectAttributes

Array of attributes type Object

referenceAttributes

Array of attributes type Object Reference

tags

Array of Tag

meta

Object's meta data, read only

Contained Objects:

IntAttribute Object

Name
Type
Description

name

String

The attribute name

val

Integer

The attribute value

FloatAttribute Object

Name
Type
Description

name

String

The attribute name

val

Float

The attribute value

StringAttribute Object

Name
Type
Description

name

String

The attribute name

val

String

The attribute value

BooleanAttribute Object

Name
Type
Description

name

String

The attribute name

val

Bolean

The attribute value

DateAttribute Object

Name
Type
Description

name

String

The attribute name

val

DateTime

The attribute value in ISO TODO

ObjectAttribute Object

Name
Type
Description

name

String

The attribute name

val

String

The attribute value is JSON string

ReferenceAttribute Object

Name
Type
Description

objectType

String

The reference object type

objectID

String

The reference object ID

Tag Object

Name
Type
Description

key

String

The Tag key

val

String

The Tag value



PreviousOBJECTS GRID ObjectsNextGenericObjects REST API

Last updated 2 months ago

Was this helpful?

Array of

Array of

Array of

Array of

Array of

Array of

Array of

Array of

Object

Contact Support
Meta
IntAttribute
FloatAttribute
StringAttribute
BooleanAttribute
DateAttribute
ObjectAttribute
ReferenceAttribute
Tag