Data Security Settings
Prisma Cloud Data Security enables you to discover and classify data stored in AWS S3 buckets and protect accidental exposure, misuse, or sharing of sensitive data. You can use the data security settings APIs to manage data profiles, data patterns, and snippets.
Error Handling
As with other Prisma Cloud public API requests, Data Security Settings API requests return standard HTTP response codes. When more details are available, the error response includes the following:
Property | Type | Description |
---|---|---|
message | string | Error message |
name | string | Exception name |
detail | string | Exception details |
To get started with data security, see Prisma Cloud Data Security.
📄️ List Data Resources
Lists all AWS S3 bucket resources for your onboarded cloud account(s). The response indicates the amount of data eligible for sensitive data scans, malware scans, or both based on the supported file types and file size.
📄️ Update Data Scan Config
Updates the data security scan settings configuration for the listed resources.
📄️ List Data Patterns
Lists all data patterns that satisfy the request filters.
📄️ Add Data Pattern
Creates a data pattern.
📄️ Clone Data Pattern
Clones a data pattern.
📄️ Get Data Pattern Details
Returns the data pattern details for the specified ID.
📄️ Get Data Pattern By Name
Lists of all data pattern names with their supported confidence levels.
📄️ Update Data Pattern
Updates a data pattern.
📄️ Delete Data Pattern
Deletes a data pattern.
📄️ List Data Profiles
Lists all data profiles for your tenant.
📄️ Add Data Profile
Creates a data profile.
📄️ Update Data Profile Status
Enables or disables one or more data profiles.
📄️ Get Data Profile Details
Returns data profile details for the specified profile ID.
📄️ Update Data Profile
Updates a data profile.
📄️ Clone Data Profile
Clones a data profile.
📄️ Delete Data Profile
Deletes a data profile.
📄️ Get Snippet Configuration
Returns the snippet masking configuration for your tenant.
📄️ Update Snippet Configuration
Updates the snippet masking configuration for your tenant.