+++
title = "google_run_services Resource" platform = "gcp" draft = false gh_repo = "inspec-gcp"
[menu.inspec]
title = "google_run_services" identifier = "inspec/resources/gcp/google_run_services Resource" parent = "inspec/resources/gcp" +++
Use the google_run_services
InSpec audit resource to test the properties of a test a Google Service.
{{% inspec_gcp_install %}}
A google_run_services
is used to test a Google Service resource
describe google_run_services(parent: 'value_parent') do
it { should exist }
its('names') { should include value_name }
its('uris') { should include value_uri }
its('generations') { should include value_generation }
its('create_times') { should include value_create_time }
its('update_times') { should include value_update_time }
its('creators') { should include value_creator }
its('ingresses') { should include value_ingress }
end
Properties that can be accessed from the google_run_services
resource:
See google_run_service.md for more detailed information
names
: an array ofgoogle_run_service
namedescriptions
: an array ofgoogle_run_service
descriptionuids
: an array ofgoogle_run_service
uidgenerations
: an array ofgoogle_run_service
generationlabels
: an array ofgoogle_run_service
labelsannotations
: an array ofgoogle_run_service
annotationscreate_times
: an array ofgoogle_run_service
create_timeupdate_times
: an array ofgoogle_run_service
update_timedelete_times
: an array ofgoogle_run_service
delete_timeexpire_times
: an array ofgoogle_run_service
expire_timecreators
: an array ofgoogle_run_service
creatorlast_modifiers
: an array ofgoogle_run_service
last_modifierclients
: an array ofgoogle_run_service
clientclient_versions
: an array ofgoogle_run_service
client_versioningresses
: an array ofgoogle_run_service
ingresslaunch_stages
: an array ofgoogle_run_service
launch_stagebinary_authorizations
: an array ofgoogle_run_service
binary_authorizationtemplates
: an array ofgoogle_run_service
templatetraffics
: an array ofgoogle_run_service
trafficscalings
: an array ofgoogle_run_service
scalingdefault_uri_disableds
: an array ofgoogle_run_service
default_uri_disabledcustom_audiences
: an array ofgoogle_run_service
custom_audiencesobserved_generations
: an array ofgoogle_run_service
observed_generationterminal_conditions
: an array ofgoogle_run_service
terminal_conditionconditions
: an array ofgoogle_run_service
conditionslatest_ready_revisions
: an array ofgoogle_run_service
latest_ready_revisionlatest_created_revisions
: an array ofgoogle_run_service
latest_created_revisiontraffic_statuses
: an array ofgoogle_run_service
traffic_statusesuris
: an array ofgoogle_run_service
urisatisfies_pzs
: an array ofgoogle_run_service
satisfies_pzsreconcilings
: an array ofgoogle_run_service
reconcilingetags
: an array ofgoogle_run_service
etag
Properties that can be accessed from the google_run_services
resource:
See google_run_service.md for more detailed information
names
: an array ofgoogle_run_service
namedescriptions
: an array ofgoogle_run_service
descriptionuids
: an array ofgoogle_run_service
uidgenerations
: an array ofgoogle_run_service
generationlabels
: an array ofgoogle_run_service
labelsannotations
: an array ofgoogle_run_service
annotationscreate_times
: an array ofgoogle_run_service
create_timeupdate_times
: an array ofgoogle_run_service
update_timedelete_times
: an array ofgoogle_run_service
delete_timeexpire_times
: an array ofgoogle_run_service
expire_timecreators
: an array ofgoogle_run_service
creatorlast_modifiers
: an array ofgoogle_run_service
last_modifierclients
: an array ofgoogle_run_service
clientclient_versions
: an array ofgoogle_run_service
client_versioningresses
: an array ofgoogle_run_service
ingresslaunch_stages
: an array ofgoogle_run_service
launch_stagebinary_authorizations
: an array ofgoogle_run_service
binary_authorizationtemplates
: an array ofgoogle_run_service
templatetraffics
: an array ofgoogle_run_service
trafficscalings
: an array ofgoogle_run_service
scalingdefault_uri_disableds
: an array ofgoogle_run_service
default_uri_disabledcustom_audiences
: an array ofgoogle_run_service
custom_audiencesobserved_generations
: an array ofgoogle_run_service
observed_generationterminal_conditions
: an array ofgoogle_run_service
terminal_conditionconditions
: an array ofgoogle_run_service
conditionslatest_ready_revisions
: an array ofgoogle_run_service
latest_ready_revisionlatest_created_revisions
: an array ofgoogle_run_service
latest_created_revisiontraffic_statuses
: an array ofgoogle_run_service
traffic_statusesuris
: an array ofgoogle_run_service
urisatisfies_pzs
: an array ofgoogle_run_service
satisfies_pzsreconcilings
: an array ofgoogle_run_service
reconcilingetags
: an array ofgoogle_run_service
etag
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
Ensure the https://run.googleapis.com/ is enabled for the current project.