Codebase list osrframework / 5315caf osrframework / transforms / lib / osrframework-maltego-settings / Entities / i3visio.text.entity
5315caf

Tree @5315caf (Download .tar.gz)

i3visio.text.entity @5315cafraw · history · blame

<MaltegoEntity id="i3visio.text" displayName="i3visio - Text" displayNamePlural="i3visio - Texts" description="Any kind of textual data." category="i3visio" smallIconResource="TextField" largeIconResource="TextField" allowedRoot="true" conversionOrder="2147483647" visible="true">
   <BaseEntities>
      <BaseEntity>i3visio.object</BaseEntity>
   </BaseEntities>
   <Properties value="properties.i3visio-text">
      <Groups/>
      <Fields>
         <Field name="@value" displayName="@value" type="string" nullable="true" hidden="False" readonly="False" description="This field contains the value of the given entity.">
            <DefaultValue>-</DefaultValue>
            <SampleValue>-</SampleValue>
         </Field>      
         <Field name="@entity_type" type="string" nullable="true" hidden="True" readonly="True" description="This field contains a generic property that stores the type of the given entity." displayName="@entity_type">
            <DefaultValue>i3visio.text</DefaultValue>
            <SampleValue>i3visio.text</SampleValue>
         </Field>
         <Field name="@serialized" type="string" nullable="true" hidden="True" readonly="True" description="This field contains the serialized object." displayName="@pending">
            <DefaultValue>{'type': 'i3visio.text', 'value':'Default', 'attributes':[]}</DefaultValue>
            <SampleValue>{'type': 'i3visio.text', 'value':'Sample', 'attributes':[]}</SampleValue>
         </Field>    
         <Field name="@number_pending" type="string" nullable="true" hidden="False" readonly="True" description="This field contains the number of pending entities to be shown yet." displayName="@number_pending">
            <DefaultValue>0</DefaultValue>
            <SampleValue>0</SampleValue>
         </Field>
         <Field name="@pending" type="string" nullable="true" hidden="True" readonly="True" description="This field contains a list of the attributes still to be shown." displayName="@pending">
            <DefaultValue>[]</DefaultValue>
            <SampleValue>[]</SampleValue>
         </Field>                  
      </Fields>
   </Properties>
</MaltegoEntity>