+++
title = "google_bigtableadmin_instance_app_profiles Resource" platform = "gcp" draft = false gh_repo = "inspec-gcp"
[menu.inspec]
title = "google_bigtableadmin_instance_app_profiles" identifier = "inspec/resources/gcp/google_bigtableadmin_instance_app_profiles Resource" parent = "inspec/resources/gcp" +++
Use the google_bigtableadmin_instance_app_profiles
InSpec audit resource to test the properties of a test a Google InstanceAppProfile.
{{% inspec_gcp_install %}}
A google_bigtableadmin_instance_app_profiles
is used to test a Google InstanceAppProfile resource
describe google_bigtableadmin_instance_app_profiles(parent: ' value_parent') do
it { should exist }
its('names') { should include 'value_name' }
end
Properties that can be accessed from the google_bigtableadmin_instance_app_profiles
resource:
See google_bigtableadmin_instance_app_profile.md for more detailed information
names
: an array ofgoogle_bigtableadmin_instance_app_profile
nameetags
: an array ofgoogle_bigtableadmin_instance_app_profile
etagdescriptions
: an array ofgoogle_bigtableadmin_instance_app_profile
descriptionmulti_cluster_routing_use_anies
: an array ofgoogle_bigtableadmin_instance_app_profile
multi_cluster_routing_use_anysingle_cluster_routings
: an array ofgoogle_bigtableadmin_instance_app_profile
single_cluster_routingpriorities
: an array ofgoogle_bigtableadmin_instance_app_profile
prioritystandard_isolations
: an array ofgoogle_bigtableadmin_instance_app_profile
standard_isolationdata_boost_isolation_read_onlies
: an array ofgoogle_bigtableadmin_instance_app_profile
data_boost_isolation_read_only
Properties that can be accessed from the google_bigtableadmin_instance_app_profiles
resource:
See google_bigtableadmin_instance_app_profile.md for more detailed information
names
: an array ofgoogle_bigtableadmin_instance_app_profile
nameetags
: an array ofgoogle_bigtableadmin_instance_app_profile
etagdescriptions
: an array ofgoogle_bigtableadmin_instance_app_profile
descriptionmulti_cluster_routing_use_anies
: an array ofgoogle_bigtableadmin_instance_app_profile
multi_cluster_routing_use_anysingle_cluster_routings
: an array ofgoogle_bigtableadmin_instance_app_profile
single_cluster_routingpriorities
: an array ofgoogle_bigtableadmin_instance_app_profile
prioritystandard_isolations
: an array ofgoogle_bigtableadmin_instance_app_profile
standard_isolationdata_boost_isolation_read_onlies
: an array ofgoogle_bigtableadmin_instance_app_profile
data_boost_isolation_read_only
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://bigtableadmin.googleapis.com/ is enabled for the current project.