Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:attribute"
links: { self: Backend.Rels.Attribute }

Type declaration

props: { date_created: null | string; date_modified: null | string; name: string; value: string; visibility: "public" | "private" | "restricted" }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • name: string

    The name of this attribute.

  • value: string

    The value of this attribute.

  • visibility: "public" | "private" | "restricted"

    Controls who can see this attribute. Public attributes can be shown to anyone, including customers. Private attributes are more suitable for configuration or technical details which are irrelevant to the public. Restricted attributes can only be viewed by the OAuth client who creates them.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc