{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/9c9cc32c-275c-3119-8ff5-3eceac33f676","info":{"title":"Cisco Secure Access Threat Intelligence Feeds API","version":"1.0.0","description":"Create and manage the integration of STIX-TAXII threat intelligence feeds in Secure Access.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Integrations","description":"Integration management"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/admin/threat-intelligence-feeds-overview.md","uri":"secure-access-api-reference-threat-intelligence-feeds-overview"}},"openapi":"3.0.3","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"admin/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"admin.integrations.threatfeeds:read":"Read threat intelligence feeds","admin.integrations.threatfeeds:write":"Create, update, or delete threat intelligence feeds"}}}}}},"spec":{"type":"array","description":"The list of TAXII collections for the threat intelligence feed.","items":{"type":"object","description":"The properties of the TAXII collection.","required":["id","title","can_read","can_write"],"properties":{"id":{"type":"string","format":"uuid","description":"The unique identifier (UUID) of the collection.","example":"91a7b528-80eb-42ed-a74d-c6fbd5a26116"},"title":{"type":"string","description":"The name of the collection."},"description":{"type":"string","nullable":true,"description":"The description of the collection."},"can_read":{"type":"boolean","description":"Specifies whether the collection has the Read permission.","example":false},"can_write":{"type":"boolean","description":"Specifies whether the collection has the Write permission.","example":true},"media_types":{"type":"array","description":"The list of media types supported by the STIX JSON format.","items":{"type":"string","description":"The supported STIX content type."},"example":["application/stix+json;version=2.1"]}},"example":{"id":"91a7b528-80eb-42ed-a74d-c6fbd5a26116","title":"Indicators","description":"Malware indicators","can_read":true,"can_write":false,"media_types":["application/stix+json;version=2.1"]}},"example":[{"id":"91a7b528-80eb-42ed-a74d-c6fbd5a26116","title":"Indicators","description":"Malware indicators","can_read":true,"can_write":false,"media_types":["application/stix+json;version=2.1"]}],"$$ref":"#/components/schemas/listTAXIICollectionsResponse","title":"listTAXIICollectionsResponse"}}