Required Actions #
All migrations referring to the Required Actions resource in Authentication.
UpdateRequiredAction #
Updates a required action.
Only updates provided values.
For an update of the required action alias use the oldAlias as alias and the newAlias in newAlias.
Parameters #
- realm: String, optional
 - providerId: String, optional, default = no update,
 - alias: String, mandatory
 - newAlias: String, optional, default = no update
 - name: String, optional, default = no update
 - config: Map<String,String>, optional, default = no update
 - defaultAction: Boolean, optional, default = no update
 - enabled: Boolean, optional, default = no update
 - priority: Boolean, optional, default = no update
 
Example #
id: add-required-action
author: klg71
realm: integ-test
changes:
  - registerRequiredAction:
      providerId: verify-email
      name: Verify Email
  - updateRequiredAction:
      providerId: verify-email
      alias: VERIFY_EMAIL
      name: Verify Email 2