google_access_context_manager_access_policies resource
Use the google_access_context_manager_access_policies InSpec audit resource to test a Google Cloud AccessPolicy resource.
Examples
describe google_access_context_manager_access_policies(org_id: '190694428152') do
its('count') { should be >= 1 }
its('titles') { should include 'policytitle' }
end
Properties
Properties that can be accessed from the google_access_context_manager_access_policies resource:
See google_access_context_manager_access_policy for more detailed information.
names: an array ofgoogle_access_context_manager_access_policynamecreate_times: an array ofgoogle_access_context_manager_access_policycreate_timeupdate_times: an array ofgoogle_access_context_manager_access_policyupdate_timeparents: an array ofgoogle_access_context_manager_access_policyparenttitles: an array ofgoogle_access_context_manager_access_policytitle
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.