Skip to main content

Get Inventory Resource Objects

POST 

/dlp/api/v1/inventory/resource/objects

Returns the objects for the specified bucket.

Request

Body

    objectId stringrequired

    Object Id

    tenantId stringrequired

    Tenant Id

Responses

success

Schema
    objects object[]

    List of objects

  • Array [
  • dataClassifications string

    Object classification

    dataIdentifiers string

    Object identifiers

    malware string

    Object malware result

    objectExposure string

    Object exposure

    objectId string

    Object Id

    objectName string

    Object name

    sha256 string

    Object sha

  • ]
  • total int32

    Total objects

Loading...