Method: Akeyless::UpdateRole#audit_access
- Defined in:
- lib/akeyless/models/update_role.rb
#audit_access ⇒ Object
Allow this role to view audit logs. Currently only ‘none’, ‘own’ and ‘all’ values are supported, allowing associated auth methods to view audit logs produced by the same auth methods.
22 23 24 |
# File 'lib/akeyless/models/update_role.rb', line 22 def audit_access @audit_access end |