Resource: ResourceValueConfig
A resource value configuration (RVC) is a mapping configuration of user's resources to resource values. Used in Attack path simulations.
JSON representation |
---|
{ "name": string, "resourceValue": enum ( |
Fields | |
---|---|
name |
Identifier. Name for the resource value configuration |
resource |
Resource value level this expression represents Only required when there is no Sensitive Data Protection mapping in the request |
tag |
Tag values combined with |
resource |
Apply resourceValue only to resources that match resourceType. resourceType will be checked with |
scope |
Project or folder to scope this configuration to. For example, "project/456" would apply this configuration only to resources in "project/456" scope and will be checked with |
resource |
List of resource labels to search for, evaluated with An object containing a list of |
description |
Description of the resource value configuration. |
create |
Output only. Timestamp this resource value configuration was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. Timestamp this resource value configuration was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
cloud |
Cloud provider this configuration applies to |
sensitive |
A mapping of the sensitivity on Sensitive Data Protection finding to resource values. This mapping can only be used in combination with a resourceType that is related to BigQuery, e.g. "bigquery.googleapis.com/Dataset". |
Methods |
|
---|---|
|
Creates a ResourceValueConfig for an organization. |
|
Deletes a ResourceValueConfig. |
|
Gets a ResourceValueConfig. |
|
Lists all ResourceValueConfigs. |
|
Updates an existing ResourceValueConfigs with new rules. |