Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 806 Bytes

File metadata and controls

17 lines (8 loc) · 806 Bytes

EntityDefinitionReference

The Reference enum specifies whether a name pertains to a relation, permission, or attribute. - REFERENCE_UNSPECIFIED: Default, unspecified reference. - 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_UNSPECIFIED (value: 'REFERENCE_UNSPECIFIED')

  • 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]