pycti.entities.opencti_capability ================================= .. py:module:: pycti.entities.opencti_capability Classes ------- .. autoapisummary:: pycti.entities.opencti_capability.Capability Module Contents --------------- .. py:class:: Capability(opencti) Represents a role capability on the OpenCTI platform See the properties attribute to understand which properties are fetched by default from the graphql queries. :param opencti: instance of :py:class:`~pycti.api.opencti_api_client.OpenCTIApiClient` :type opencti: OpenCTIApiClient Initialize the Capability instance. :param opencti: OpenCTI API client instance :type opencti: OpenCTIApiClient .. py:attribute:: opencti .. py:attribute:: properties :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ id standard_id entity_type parent_types name description attribute_order created_at updated_at """ .. raw:: html
.. py:method:: list(**kwargs) -> List[Dict] Lists all capabilities available on the platform :param customAttributes: Custom attributes to retrieve from the GraphQL query. :type customAttributes: str, optional :return: List of capabilities :rtype: List[Dict]