google_vertex_ai_metadata_stores_contexts resource
Use the google_vertex_ai_metadata_stores_contexts
InSpec audit resource to to test a Google Cloud MetadataStoresContext resource.
Examples
describe google_vertex_ai_metadata_stores_contexts(parent: "projects/#{gcp_project_id}/locations/#{metadata_stores_context['region']}/metadataStores/#{metadata_stores_context['metadataStore']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_metadata_stores_contexts
resource:
See google_vertex_ai_metadata_stores_context for more detailed information.
names
: an array ofgoogle_vertex_ai_metadata_stores_context
nameschema_titles
: an array ofgoogle_vertex_ai_metadata_stores_context
schema_titleetags
: an array ofgoogle_vertex_ai_metadata_stores_context
etagdescriptions
: an array ofgoogle_vertex_ai_metadata_stores_context
descriptiondisplay_names
: an array ofgoogle_vertex_ai_metadata_stores_context
display_nameschema_versions
: an array ofgoogle_vertex_ai_metadata_stores_context
schema_versioncreate_times
: an array ofgoogle_vertex_ai_metadata_stores_context
create_timelabels
: an array ofgoogle_vertex_ai_metadata_stores_context
labelsmetadata
: an array ofgoogle_vertex_ai_metadata_stores_context
metadataupdate_times
: an array ofgoogle_vertex_ai_metadata_stores_context
update_timeparent_contexts
: an array ofgoogle_vertex_ai_metadata_stores_context
parent_contexts
Filter criteria
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.