Skip to main content

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

success

Schema
    profiles object[]

    Data profiles

  • Array [
  • 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

  • ]
Loading...