{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/73390bb1-ff0a-387e-9a8f-4e95641829f2","info":{"title":"Cisco Secure Access Security Profiles API","version":"1.0.1","description":"View and manage the Security profiles in the Secure Access organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Security Profiles","description":"The Security profiles in the organization."},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/security-profiles-overview.md","uri":"secure-access-api-reference-security-profiles-overview"}},"openapi":"3.1.0","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"policies.securityProfiles:read":"Read Security Profiles","policies.securityProfiles:write":"Write Security Profiles"}}}}}},"spec":{"description":"The properties used to update a security profile.","type":"object","required":["name","aupSettingGroupId","landerSettingGroupId","securitySettingGroupId"],"properties":{"name":{"type":"string","description":"The name of the Security profile.","example":"System Provided - Private Access","$$ref":"#/components/schemas/name"},"aupSettingGroupId":{"type":"integer","nullable":true,"example":9,"description":"The group ID of the Category setting.","$$ref":"#/components/schemas/aupSettingGroupId"},"applicationAupSettingGroupId":{"type":"integer","nullable":true,"example":1139310,"description":"The group ID of the Application setting.","$$ref":"#/components/schemas/applicationAupSettingGroupId"},"fileInspectionSettingGroupId":{"type":"integer","example":1139310,"description":"The group ID of the File Inspection setting.","$$ref":"#/components/schemas/fileInspectionSettingGroupId"},"landerSettingGroupId":{"type":"integer","example":1139310,"description":"The group ID of the Notification setting.","$$ref":"#/components/schemas/landerSettingGroupId"},"policySettingGroupId":{"type":"integer","example":1139310,"description":"The group ID of the Policy setting.","$$ref":"#/components/schemas/policySettingGroupId"},"securitySettingGroupId":{"type":"integer","example":1139310,"description":"The group ID of the Security setting.","$$ref":"#/components/schemas/securitySettingGroupId"},"settingGroupBypassInspectionGroupId":{"type":"integer","nullable":true,"example":1139310,"description":"The group ID of the Bypass Inspection setting.","$$ref":"#/components/schemas/settingGroupBypassInspectionGroupId"},"priority":{"type":"integer","description":"The priority of the Security profile.","example":1139310,"$$ref":"#/components/schemas/priority"},"reporting":{"type":"string","description":"Specifies whether the system enables or disables the reporting of the Security profile setting.","enum":["enabled","disabled"],"example":"enabled","$$ref":"#/components/schemas/reporting"},"fileEngines":{"description":"Specifies whether file inspection engines is enabled for the profile.","type":"boolean","example":true,"$$ref":"#/components/schemas/fileEngines"},"tgSandbox":{"description":"Specifies whether Cisco Secure Malware Analytics is enabled for the profile.","type":"boolean","example":false,"$$ref":"#/components/schemas/tgSandbox"},"fileTypeControlStatus":{"description":"Specifies whether file type control should be enabled for the profile.","type":"boolean","example":true,"$$ref":"#/components/schemas/fileTypeControlStatus"},"saml":{"description":"Specifies if the SAML mode flag is exposed at the root request level.","type":"integer","enum":[0,1],"example":1,"$$ref":"#/components/schemas/saml"},"safeSearch":{"description":"Specifies whether Safe Search is enabled for the Security profile.","type":"boolean","example":true,"$$ref":"#/components/schemas/safeSearch"},"aiSupplyChainCategories":{"description":"The encoded AI supply chain category bitmask value applied at the root request level.\nSample values include 0 and encoded values such as C00000000000000000000000000000000000000000000000000000.","type":"string","example":"C00000000000000000000000000000000000000000000000000000","$$ref":"#/components/schemas/aiSupplyChainCategories"},"fileTypeBlockedForDownload":{"description":"The list of identifiers for the file types blocked from downloads at the root request level.","type":"array","items":{"type":"integer","description":"The identifier of the file type for blocking downloads.","minimum":0},"example":[16,17,18],"$$ref":"#/components/schemas/fileTypeBlockedForDownload"},"fileTypeBlockedForUpload":{"description":"The list of identifiers for the file types blocked from uploads at the root request level.","type":"array","items":{"type":"integer","description":"The identifier of the file type.","minimum":0},"example":[18,20,22],"$$ref":"#/components/schemas/fileTypeBlockedForUpload"},"restrictionSettingId":{"description":"The identifier of the restriction setting associated with the profile.","type":"integer","example":1,"$$ref":"#/components/schemas/restrictionSettingId"},"swgDisplayBlockPage":{"description":"Option to control the display of the block page by the Secure Web Gateway (SWG).","type":"integer","example":0,"$$ref":"#/components/schemas/swgDisplayBlockPage"}},"$$ref":"#/components/schemas/securityProfileUpdateRequest","title":"securityProfileUpdateRequest"}}