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

Resource value mapping for Sensitive Data Protection findings If any of these mappings have a resource value that is not unspecified, the resource_value field will be ignored when reading this configuration.

Attributes

  • highSensitivityMapping (type: String.t, default: nil) - Resource value mapping for high-sensitivity Sensitive Data Protection findings
  • mediumSensitivityMapping (type: String.t, default: nil) - Resource value mapping for medium-sensitivity Sensitive Data Protection findings

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping{
    highSensitivityMapping: String.t() | nil,
    mediumSensitivityMapping: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.