Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 686 Bytes

EntityDefinitionReference.md

File metadata and controls

15 lines (7 loc) · 686 Bytes

EntityDefinitionReference

The Reference enum specifies whether a name pertains to a relation, permission, or attribute. - REFERENCE_RELATION: Indicates that the name refers to a relation. - REFERENCE_PERMISSION: Indicates that the name refers to a permission. - REFERENCE_ATTRIBUTE: Indicates that the name refers to an attribute.

Enum

  • REFERENCE_RELATION (value: 'REFERENCE_RELATION')

  • REFERENCE_PERMISSION (value: 'REFERENCE_PERMISSION')

  • REFERENCE_ATTRIBUTE (value: 'REFERENCE_ATTRIBUTE')

[Back to Model list] [Back to API list] [Back to README]