Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

lastName: last name of person who owns the account

title: title of a user (In case of directory)

department: department of a user (In case of directory)

mfaStatus: MFA status of account. Supported values are enabled, disabled, unknown and not-applicable. Default value is unknown if the mapping is not provided.

Info

Note: If the Zilla fields and the fields from the API response are the same, then this configuration property can be left blank.

...

Authorization Header Value 1:

- For Basic auth, the Value will be Basic {base64 encoded token}-

– To generate your base64 encoded token, you can use an online base64 encoder and input your username and password in this format <username>:<password>

For Bearer, Token, and JWT Auth, the Value will be Bearer {base64 encoded Token}

...