REST Resource: projects.locations.projectDataProfiles

Resource: ProjectDataProfile

An aggregated profile for this project, based on the resources profiled within it.

JSON representation
{
  "name": string,
  "projectId": string,
  "profileLastGenerated": string,
  "sensitivityScore": {
    object (SensitivityScore)
  },
  "dataRiskLevel": {
    object (DataRiskLevel)
  },
  "profileStatus": {
    object (ProfileStatus)
  }
}
Fields
name

string

The resource name of the profile.

projectId

string

Project ID that was profiled.

profileLastGenerated

string (Timestamp format)

The last time the profile was generated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

sensitivityScore

object (SensitivityScore)

The sensitivity score of this project.

dataRiskLevel

object (DataRiskLevel)

The data risk level of this project.

profileStatus

object (ProfileStatus)

Success or error status of the last attempt to profile the project.

Methods

get

Gets a project data profile.

list

Lists project data profiles for an organization.