GoogleCloudSecuritycenterV1ResourceValueConfig constructor
GoogleCloudSecuritycenterV1ResourceValueConfig({
- String? cloudProvider,
- String? createTime,
- String? description,
- String? name,
- Map<
String, String> ? resourceLabelsSelector, - String? resourceType,
- String? resourceValue,
- String? scope,
- GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping? sensitiveDataProtectionMapping,
- List<
String> ? tagValues, - String? updateTime,
Implementation
GoogleCloudSecuritycenterV1ResourceValueConfig({
this.cloudProvider,
this.createTime,
this.description,
this.name,
this.resourceLabelsSelector,
this.resourceType,
this.resourceValue,
this.scope,
this.sensitiveDataProtectionMapping,
this.tagValues,
this.updateTime,
});