pycti.entities.opencti_capability

Classes

Capability

Represents a role capability on the OpenCTI platform

Module Contents

class pycti.entities.opencti_capability.Capability(opencti)[source]

Represents a role capability on the OpenCTI platform

See the properties attribute to understand which properties are fetched by default from the graphql queries.

Parameters:

opencti (OpenCTIApiClient) – instance of OpenCTIApiClient

Initialize the Capability instance.

Parameters:

opencti (OpenCTIApiClient) – OpenCTI API client instance

opencti[source]
properties = Multiline-String[source]
Show Value
"""
            id
            standard_id
            entity_type
            parent_types
            name
            description
            attribute_order
            created_at
            updated_at
        """
list(**kwargs) List[Dict][source]

Lists all capabilities available on the platform

Parameters:

customAttributes (str, optional) – Custom attributes to retrieve from the GraphQL query.

Returns:

List of capabilities

Return type:

List[Dict]