google_vertex_ai_metadata_stores resource
Use the google_vertex_ai_metadata_stores InSpec audit resource to to test a Google Cloud MetadataStore resource.
Examples
describe google_vertex_ai_metadata_stores(parent: "projects/#{gcp_project_id}/locations/#{metadata_store['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_metadata_stores resource:
See google_vertex_ai_metadata_store for more detailed information.
descriptions: an array ofgoogle_vertex_ai_metadata_storedescriptioncreate_times: an array ofgoogle_vertex_ai_metadata_storecreate_timeupdate_times: an array ofgoogle_vertex_ai_metadata_storeupdate_timeencryption_specs: an array ofgoogle_vertex_ai_metadata_storeencryption_specstates: an array ofgoogle_vertex_ai_metadata_storestatenames: an array ofgoogle_vertex_ai_metadata_storename
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.