Skip to content

Instantly share code, notes, and snippets.

@t-readyroc
Created December 28, 2020 21:05
Show Gist options
  • Save t-readyroc/d591d9e0cad14d45169b1a5f5db1f1cb to your computer and use it in GitHub Desktop.
Save t-readyroc/d591d9e0cad14d45169b1a5f5db1f1cb to your computer and use it in GitHub Desktop.
- type: multiplechoice
question_name: MFA
question_description: Would you like MFA required for sign-in?
variable: new_group_mfa
choices:
- "true"
- "false"
min: 0
max: 100
required: true
default: "false"
- type: multiplechoice
question_name: URI Restrictions
question_description: Would you like restrict access to any URI endpoints?
variable: activity_filter
choices:
- "yes"
- "no"
min: 0
max: 100
required: true
default: "no"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment