Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 971 Bytes

MetaPropDefinition.md

File metadata and controls

14 lines (10 loc) · 971 Bytes

MetaPropDefinition

Definitions for the properties in a meta.

Properties

Name Type Description Notes
api_access str API access control for the property. Examples are NoAccess, ReadOnly, CreateOnly etc. [optional] [readonly] [default to 'NoAccess']
name str The name of the property. [optional] [readonly]
op_security str The data-at-rest security protection applied to this property when a Managed Object is persisted. For example, Encrypted or Cleartext. [optional] [readonly] [default to 'ClearText']
search_weight float Enables the property to be searchable from global search. A value of 0 means this property is not globally searchable. [optional] [readonly]

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