Skip to main content

List Data Resources

Lists all AWS S3 bucket resources for your onboarded cloud account(s). The response indicates the amount of data eligible for sensitive data scans, malware scans, or both based on the supported file types and file size.

Responses

success


Schema
    resources object[]

    List of storage resources

  • Array [
  • accountId string required

    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 string required

    Resource name

    serviceName string required

    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

  • ]
  • sizeReportingFrequency string

    Frequency of the s3 inventory configuration

    totalRecords int32

    Total resources

Loading...