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

Tree @5315caf (Download .tar.gz)

i3visio.peercoin.address.entity @5315cafraw · history · blame

<MaltegoEntity id="i3visio.peercoin.address" displayName="i3visio - Peercoin Address" displayNamePlural="i3visio - Peercoin Addresses" description="A Peercoin address" category="i3visio.currencies" smallIconResource="peercoin_large" largeIconResource="peercoin_large" allowedRoot="true" conversionOrder="2147483647" visible="true">
   <BaseEntities>
      <BaseEntity>i3visio.text</BaseEntity>
   </BaseEntities>
   <Properties value="properties.i3visio-peercoin-address">
      <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.peercoin.address</DefaultValue>
            <SampleValue>i3visio.peercoin.address</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.peercoin.address', 'value':'Default', 'attributes':[]}</DefaultValue>
            <SampleValue>{'type': 'i3visio.peercoin.address', '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>