iam_two_factor_authentication_enabled

Indicates whether two-factor authentication is enabled for the user account. Does not apply to API authentication.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-two-factor-authentication-enabled-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_two_factor_authentication_enabled",
  "title": "iam_two_factor_authentication_enabled",
  "default": false,
  "description": "Indicates whether two-factor authentication is enabled for the user account. Does not apply to API authentication.",
  "readOnly": true,
  "type": "boolean"
}