Skip to main content

valued_resources

Creates, updates, deletes, gets or lists a valued_resources resource.

Overview

Namevalued_resources
TypeResource
Idgoogle.securitycenter.valued_resources

Fields

NameDatatypeDescription
namestringValued resource name, for example, e.g.: organizations/123/simulations/456/valuedResources/789
displayNamestringHuman-readable name of the valued resource.
exposedScorenumberExposed score for this valued resource. A value of 0 means no exposure was detected exposure.
resourcestringThe full resource name of the valued resource.
resourceTypestringThe resource type of the valued resource.
resourceValuestringHow valuable this resource is.
resourceValueConfigsUsedarrayList of resource value configurations' metadata used to determine the value of this resource. Maximum of 100.

Methods

NameAccessible byRequired ParamsDescription
organizations_simulations_attack_exposure_results_valued_resources_listSELECTattackExposureResultsId, organizationsId, simulationsIdLists the valued resources for a set of simulation results and filter.
organizations_simulations_valued_resources_getSELECTorganizationsId, simulationsId, valuedResourcesIdGet the valued resource by name
organizations_simulations_valued_resources_listSELECTorganizationsId, simulationsIdLists the valued resources for a set of simulation results and filter.
organizations_valued_resources_listSELECTorganizationsIdLists the valued resources for a set of simulation results and filter.

SELECT examples

Lists the valued resources for a set of simulation results and filter.

SELECT
name,
displayName,
exposedScore,
resource,
resourceType,
resourceValue,
resourceValueConfigsUsed
FROM google.securitycenter.valued_resources
WHERE organizationsId = '{{ organizationsId }}';