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_store
descriptioncreate_times
: an array ofgoogle_vertex_ai_metadata_store
create_timeupdate_times
: an array ofgoogle_vertex_ai_metadata_store
update_timeencryption_specs
: an array ofgoogle_vertex_ai_metadata_store
encryption_specstates
: an array ofgoogle_vertex_ai_metadata_store
statenames
: an array ofgoogle_vertex_ai_metadata_store
name
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.