View Source GoogleApi.SecurityCenter.V1.Model.CloudDlpDataProfile (google_api_security_center v0.29.0)

The data profile associated with the finding.

Attributes

  • dataProfile (type: String.t, default: nil) - Name of the data profile, for example, projects/123/locations/europe/tableProfiles/8383929.
  • parentType (type: String.t, default: nil) - The resource hierarchy level at which the data profile was generated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.CloudDlpDataProfile{
  dataProfile: String.t() | nil,
  parentType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.