title | platform |
---|---|
About the google_access_context_manager_access_policies resource |
gcp |
A google_access_context_manager_access_policies
is used to test a Google AccessPolicy resource
describe google_access_context_manager_access_policies(org_id: '190694428152') do
its('count') { should be >= 1 }
its('titles') { should include 'policytitle' }
end
Properties that can be accessed from the google_access_context_manager_access_policies
resource:
See google_access_context_manager_access_policy.md for more detailed information
names
: an array ofgoogle_access_context_manager_access_policy
namecreate_times
: an array ofgoogle_access_context_manager_access_policy
create_timeupdate_times
: an array ofgoogle_access_context_manager_access_policy
update_timeparents
: an array ofgoogle_access_context_manager_access_policy
parenttitles
: an array ofgoogle_access_context_manager_access_policy
title
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.