Skip to main content

Spconfigobject

Properties

NameTypeDescriptionNotes
objectType(optional) stringObject type the configuration is for.[default to undefined]
referenceExtractors(optional) Array<string>List of JSON paths within an exported object of this type, representing references that must be resolved.[default to undefined]
signatureRequired(optional) booleanIndicates whether this type of object will be JWS signed and cannot be modified before import.[default to false]
alwaysResolveById(optional) booleanIndicates whether this object type must be always be resolved by ID.[default to false]
legacyObject(optional) booleanIndicates whether this is a legacy object.[default to false]
onePerTenant(optional) booleanIndicates whether there is only one object of this type.[default to false]
exportable(optional) booleanIndicates whether the object can be exported or is just a reference object.[default to false]
rules(optional) Spconfigrules[default to undefined]