Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping

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.

Inheritance
object
GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HighSensitivityMapping

Resource value mapping for high-sensitivity Sensitive Data Protection findings

Declaration
[JsonProperty("highSensitivityMapping")]
public virtual string HighSensitivityMapping { get; set; }
Property Value
Type Description
string

MediumSensitivityMapping

Resource value mapping for medium-sensitivity Sensitive Data Protection findings

Declaration
[JsonProperty("mediumSensitivityMapping")]
public virtual string MediumSensitivityMapping { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX