{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/8d86edee-12fb-373d-b1e1-d0caf3a16e2d","info":{"title":"Data Loss Prevention Policy Rules API","description":"Manage the Data Loss Prevention (DLP) rules, classifications, and data identifiers.","version":"1.0.0","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"DataIdentifiers","description":"Operations related to DLP data identifiers."},{"name":"Classifications","description":"Operations related to DLP classifications."},{"name":"Rules","description":"Operations related to DLP rules."},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/dlp-rules-overview.md","uri":"secure-access-api-reference-dlp-policy-rules-overview"}},"openapi":"3.0.3","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.dlp:read":"Read dlp classifications, data identifiers, and rules","policies.dlp:write":"Write dlp classifications, data identifiers, and rules"}}}}}},"spec":{"type":"array","description":"The list of SaaS API OOB exposure configurations.","items":{"type":"object","description":"The properties of the exposure configuration grouped by platform.","required":["platform","exposure"],"properties":{"platform":{"type":"string","description":"The label for the platform.","example":"office365"},"exposure":{"type":"array","description":"The list of exposure configuration.","items":{"type":"object","description":"The properties of the exposure configuration.","properties":{"type":{"type":"string","description":"The type of exposure.","example":"PUBLIC","enum":["PUBLIC","DOMAIN","PRIVATE","FOR_SPECIFIC_USERS"]},"users":{"type":"array","description":"The list of users when required by the type of exposure.","items":{"type":"string","description":"A specific user when required by the type of exposure."}}},"$$ref":"#/components/schemas/OOBExposureItem"},"example":[{"type":"PUBLIC","users":["134ajf"]}]}},"example":{"platform":"office365","exposure":[{"type":"PUBLIC","users":["abc12"]}]},"$$ref":"#/components/schemas/OOBExposureConfig"},"$$ref":"#/components/schemas/exposures","title":"exposures"}}