{"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":"object","description":"The properties of the Exact Data Match (EDM) data identifier.","properties":{"id":{"type":"string","format":"uuid","description":"The unique identifier of the EDM data identifier."},"name":{"type":"string","maxLength":255,"description":"The name of the EDM data identifier.","example":"Test EDM for Integration 2122","$$ref":"#/components/schemas/nameEdm"},"description":{"type":"string","maxLength":255,"description":"The description of the EDM data identifier.","example":"Description 1","$$ref":"#/components/schemas/descriptionEdm"},"creationTime":{"type":"integer","format":"int64","description":"The date and time represented in seconds since the UNIX Epoch when the system created the EDM data identifier.","$$ref":"#/components/schemas/creationEDMIdentifier"},"modificationTime":{"type":"integer","format":"int64","description":"The date and time represented in seconds since the UNIX Epoch when the system updated the EDM data identifier.","$$ref":"#/components/schemas/modificationEDMIdentifier"},"columns":{"type":"array","description":"The list of columns for the Exact Data Match (EDM) identifier.","items":{"type":"object","properties":{"id":{"type":"string","description":"The unique identifier of the column.","example":"1234565a","$$ref":"#/components/schemas/idColumn"},"name":{"type":"string","description":"The name of the column.","example":"sample column name","$$ref":"#/components/schemas/nameColumn"},"samples":{"type":"array","description":"The list of sample data for the column.","items":{"type":"string"},"$$ref":"#/components/schemas/samplesColumn"},"primary":{"type":"boolean","description":"Specifies whether the column is the primary column.","$$ref":"#/components/schemas/primaryColumn"},"typeId":{"type":"string","format":"uuid","description":"The ID of the type for the column.","$$ref":"#/components/schemas/typeIdColumn"}},"required":["name","samples","primary","typeId"]},"$$ref":"#/components/schemas/columnsEdmWithId"},"minimumNumberOfMatches":{"type":"integer","description":"The minimum number of matches required for Exact Data Match (EDM).","example":2,"$$ref":"#/components/schemas/minimumNumberOfMatchesEdm"},"isActive":{"type":"boolean","description":"Specifies whether the EDM data identifier is active."}},"required":["id","name","description","creationTime","modificationTime","columns","minimumNumberOfMatches","isActive"],"$$ref":"#/components/schemas/EDMIdentifierResponse","title":"EDMIdentifierResponse"}}