Method: Inspec::Resources::AuditPolicy#resource_id
- Defined in:
- lib/inspec/resources/audit_policy.rb
#resource_id ⇒ Object
Since this resource does not have any unique identifier for resource, sending the Auditpol command as UUID.
61 62 63 |
# File 'lib/inspec/resources/audit_policy.rb', line 61 def resource_id "audit_policy" end |