List Data Profiles
GET/dlp/api/v1/dss-api/data-profile
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Lists all data profiles for your tenant.
Responses
- 200
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
profiles object[]
Data profiles
createdBy string
Profile created by service
id string
Profile id
name string
Profile name
status string
Profile status
type string
Profile Type
updatedAt date-time
Profile Updated time
updatedBy string
Profile updated by service
{
"profiles": [
{
"createdBy": "string",
"id": "string",
"name": "string",
"status": "string",
"type": "string",
"updatedAt": "2024-07-29T15:51:28.071Z",
"updatedBy": "string"
}
]
}
Loading...