.. index:: 
  !ResourceType Enumeration

.. _id3_bioseal_resource_type_enum:

===============================================================================
ResourceType Enumeration
===============================================================================

Namespace: :ref:`id3.Bioseal<reference_bioseal>`

Definition
----------

.. line-block::
    Enumerates the resource type for resource callback args.

Fields
------

.. list-table:: 
  :width: 100%
  :widths: 5 5 90
  :header-rows: 1

  * - Name
    - Value
    - Description
  * - ``undefined``
    - 0
    - The resource is a undefined.
  * - ``manifest``
    - 1
    - The resource is a manifest.
  * - ``certificate``
    - 2
    - The resource is a certificate.
  * - ``tsl``
    - 3
    - The resource is a TSL.
  * - ``crl``
    - 4
    - The resource is a CRL.
  * - ``lotl``
    - 5
    - The resource is a LOTL.
  * - ``p7S``
    - 6
    - The resource is a PKCS7 P7S file.
