Class GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
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.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping : 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 |