GoogleCloudSecuritycenterV1ResourceValueConfig class

A resource value config (RVC) is a mapping configuration of user's resources to resource values.

Used in Attack path simulations.

Constructors

GoogleCloudSecuritycenterV1ResourceValueConfig({String? createTime, String? description, String? name, Map<String, String>? resourceLabelsSelector, String? resourceType, String? resourceValue, String? scope, GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping? sensitiveDataProtectionMapping, List<String>? tagValues, String? updateTime})
GoogleCloudSecuritycenterV1ResourceValueConfig.fromJson(Map json_)

Properties

createTime String?
Timestamp this resource value config was created.
getter/setter pair
description String?
Description of the resource value config.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Name for the resource value config
getter/setter pair
resourceLabelsSelector Map<String, String>?
List of resource labels to search for, evaluated with AND.
getter/setter pair
resourceType String?
Apply resource_value only to resources that match resource_type.
getter/setter pair
resourceValue String?
Resource value level this expression represents
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
Project or folder to scope this config to.
getter/setter pair
sensitiveDataProtectionMapping GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping?
A mapping of the sensitivity on Sensitive Data Protection finding to resource values.
getter/setter pair
tagValues List<String>?
Tag values combined with AND to check against.
getter/setter pair
updateTime String?
Timestamp this resource value config was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited