You want to ensure that a SecretID used by an AppRole is only valid for a single use. Which parameter should be set when creating the SecretID?
This enforces single-use functionality.
Why this answer
The 'num_uses' parameter allows you to restrict a SecretID to a specific number of authentication attempts (in this case, 1).