scanned_resources
Creates, updates, deletes, gets or lists a scanned_resources
resource.
Overview
Name | scanned_resources |
Type | Resource |
Id | google.workloadmanager.scanned_resources |
Fields
Name | Datatype | Description |
---|---|---|
resource | string | resource name |
type | string | resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | evaluationsId, executionsId, locationsId, projectsId | List all scanned resources for a single Execution. |
SELECT
examples
List all scanned resources for a single Execution.
SELECT
resource,
type
FROM google.workloadmanager.scanned_resources
WHERE evaluationsId = '{{ evaluationsId }}'
AND executionsId = '{{ executionsId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';