resetServiceAccountIamGate method

void resetServiceAccountIamGate()

Resets the IAM gate so it prompts again on the next call. Exposed for tests and for the rare CLI flow that wants to force a re-prompt.

Implementation

void resetServiceAccountIamGate() {
  _serviceAccountIamGateConfirmed = false;
}