Skip to main content

Update Data Scan Config

PUT 

/dlp/api/config/v2/resource

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Updates the data security scan settings configuration for the listed resources.

Request

Body

    enableScanning booleanrequired

    Scan status. true = enable scans. false = disable scans

    resources object[]required

    List of storage resources

  • Array [
  • accountId stringrequired

    Account number

    assetId string

    Unified Asset Id

    configurationStatus object

    Resource Configuration Status

    code int32

    Configuration Status Code

    isKMSEncrypted boolean

    KMS Encryption Enabled

    message string[]

    Status message

    resourceName stringrequired

    Resource name

    serviceName stringrequired

    Service name

    storageSize object

    Storage size

    dssAndWildfireEligibleSize int64

    Total size eligible for both Data Security scan and Wildfire

    dssEligibleSize int64

    Total size eligible for Data Security scan

    isInventoryConfigured boolean

    Status of inventory configuration for current bucket. true = inventory configured

    isScanComplete boolean

    Status of size estimation. true = scan complete

    sensitiveEligiblePubliclyExposed int64

    Total size for publicly exposed files eligible for DSS scan

    size int64

    Total size

    wildfireEligibleSize int64

    Total size eligible for Wildfire

  • ]
  • scanOption int32

    Possible values: [0, 2]

    Scan option. Required if enableScanning is true. 0 = Exposure only, 2 = All

    scanType int32

    Possible values: [1, 2]

    Scan type. Required if enableScanning is true. 1 = forward and backward, 2 = forward

Responses

success

Schema
    detail string

    Exception details

    message string

    API response

    name string

    Exception name

Loading...