{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/9ead083ce611c254ac9201d1e76003bd3d4b4b6b/bf9f7d5b-b4d2-3e97-b665-d0531e291048","info":{"title":"Cisco Secure Access for Government Content Categories API","version":"1.0.0","description":"Get the Content Category settings in the Secure Access organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Content Categories","description":"The Content Category settings."},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/content-categories-overview.md","uri":"secure-access-api-reference-content-categories-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.secureaccessfed.cisco.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.secureaccessfed.cisco.comauth/v2/token","scopes":{"policies.contentCategories:read":"Read Content Category settings"}}}}}},"spec":{"type":"array","description":"The list of the Content Category settings in the organization.","items":{"type":"object","description":"The properties of the Content Category settings.","properties":{"id":{"type":"integer","description":"The ID of the Content Category setting.","example":1234567,"$$ref":"#/components/schemas/contentCategoryId"},"organizationId":{"type":"integer","description":"The ID of the organization.","example":2345678,"$$ref":"#/components/schemas/organizationId"},"isDefault":{"type":"boolean","example":true,"description":"Specifies whether the setting is the default setting.","$$ref":"#/components/schemas/isDefault"},"name":{"type":"string","description":"The name of the Content Category setting.","example":"content category setting one","$$ref":"#/components/schemas/contentCategoryName"},"categoryBits":{"type":"string","description":"The number of bits in the Content Category.","example":"fffffffffffff000fffffffff8800000000000090106049004c46","$$ref":"#/components/schemas/categoryBits"},"type":{"type":"string","description":"The type of the Content Category setting.","enum":["mixed"],"example":"mixed"},"createdAt":{"type":"integer","description":"The date and time (in seconds since the Unix Epoch) when the system created the Content Category setting.","example":1490206249,"$$ref":"#/components/schemas/contentCategoryCreatedAt"},"modifiedAt":{"type":"integer","description":"The date and time (in seconds since the Unix Epoch) when the system modified the Content Category setting.","example":1520476127,"$$ref":"#/components/schemas/contentCategoryModifiedAt"},"markedForDeletion":{"type":"boolean","description":"Specifies whether the system marks the setting for deletion.","example":false,"$$ref":"#/components/schemas/markedForDeletion"},"bundleTypeId":{"type":"integer","enum":[1,2,3,4],"example":2,"description":"The ID of the bundle type.","$$ref":"#/components/schemas/bundleTypeId"},"isSwgDefault":{"type":"boolean","description":"Specifies whether the Security profile for the secure web gateway (SWG) is the default Security profile.","example":true,"$$ref":"#/components/schemas/isSwgDefault"},"warnCategoryBits":{"type":"string","description":"The number of bits in Content Category for a Warn action.","example":"fffffffffffff000fffffffff8800000000000090106049004c46","$$ref":"#/components/schemas/warnCategoryBits"}},"example":{"id":14758855,"organizationId":1,"isDefault":true,"name":"content category setting one","categoryBits":"fffffffffffff000fffffffff8800000000000090106049004c46","type":"mixed","createdAt":1520476127,"modifiedAt":1520476129,"markedForDeletion":false,"bundleTypeId":1,"isSwgDefault":false,"warnCategoryBits":"0"},"$$ref":"#/components/schemas/contentCategorySetting"},"$$ref":"#/components/schemas/ListContentCategorySettingsResponse","title":"ListContentCategorySettingsResponse"}}