Skip to main content

Get Dashboard Sensitive Objects

POST 

/dlp/api/v1/dashboard/objects/aggregate/sensitive-exposed

Lists object counts filtered by exposure and sensitivity.

Request

Body

    accountGroupIds string[]required

    List of cloud account group ids

    accountGroupNames string[]required

    List of AWS account group names

    accountIds string[]required

    List of cloud account ids

    classifications string[]required

    List of Data classifications

    limit int32required

    Limit the records returned

    timeRange objectrequired

    See the Time Range Model for details.

    oneOf
    relativeTimeType string

    Possible values: [BACKWARD, FORWARD]

    Direction in which to count time. Default = BACKWARD

    type string
    value objectrequired

    Model for RelativeTimeDuration

    amount int32

    Number of time units

    unit string

    Possible values: [minute, hour, day, week, month, year]

    Time unit

    type stringrequired

    Possible values: [absolute, relative, to_now]

    Time type

    type string
    value objectrequired

    Model for Time

    endTime int64

    End timestamp

    startTime int64

    Start timestamp

Responses

success

Schema
    objects object

    Model for DLPObject

    classification object[]

    Key and count data

  • Array [
  • count int32

    Count

    name string

    Name

  • ]
  • total int32

    Total

Loading...