SAUTO Cloud Web And Email Security Automation Practice Question
You are automating the 'App Firewall' in Cisco Cloudlock. You want to change an OAuth app's status from 'Approved' to 'Revoked'. Which object structure must be sent in the request body?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
{"status": "revoked"}
Cloudlock's App Firewall API expects a JSON payload containing the 'app_id' and the desired 'status' field to perform state changes.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
{"type": "oauth", "state": "blocked"}
Why it's wrong here
This is not the correct field name for the Cloudlock API.
- ✗
{"action": "delete"}
Why it's wrong here
Deleting the app object is not the same as changing its security status.
- ✗
{"user_id": "all", "action": "revoke"}
Why it's wrong here
This is not the correct structure for the App Firewall API.
- ✓
{"status": "revoked"}
Why this is correct
The API expects a JSON body defining the target state.
About these practice questions
Courseiva writes every SAUTO question from scratch — 281 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Cisco exam blueprint
This SAUTO practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAUTO exam.