title | platform |
---|---|
About the google_kms_key_ring_import_jobs resource |
gcp |
A google_kms_key_ring_import_jobs
is used to test a Google KeyRingImportJob resource
describe google_kms_key_ring_import_job(project: 'chef-gcp-inspec', location: 'europe-west2') do
it { should exist }
end
Properties that can be accessed from the google_kms_key_ring_import_jobs
resource:
See google_kms_key_ring_import_job.md for more detailed information
names
: an array ofgoogle_kms_key_ring_import_job
nameimport_methods
: an array ofgoogle_kms_key_ring_import_job
import_methodprotection_levels
: an array ofgoogle_kms_key_ring_import_job
protection_levelcreate_times
: an array ofgoogle_kms_key_ring_import_job
create_timegenerate_times
: an array ofgoogle_kms_key_ring_import_job
generate_timeexpire_times
: an array ofgoogle_kms_key_ring_import_job
expire_timeexpire_event_times
: an array ofgoogle_kms_key_ring_import_job
expire_event_timestates
: an array ofgoogle_kms_key_ring_import_job
statepublic_keys
: an array ofgoogle_kms_key_ring_import_job
public_keyattestations
: an array ofgoogle_kms_key_ring_import_job
attestationkey_rings
: an array ofgoogle_kms_key_ring_import_job
key_ringimport_job_ids
: an array ofgoogle_kms_key_ring_import_job
import_job_id
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
Ensure the Cloud Key Management Service (KMS) API is enabled for the current project.