Authentication method

Enforce different MFA options

APIs.ioEngineeringPlatform

Properties

Name Type Description
auth_method object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-authentication-method-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_authentication_method_rule",
  "title": "Authentication method",
  "description": "Enforce different MFA options",
  "properties": {
    "auth_method": {
      "properties": {
        "auth_method": {
          "description": "The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.",
          "example": "mfa",
          "type": "string"
        }
      },
      "required": [
        "auth_method"
      ],
      "type": "object"
    }
  },
  "required": [
    "auth_method"
  ],
  "type": "object"
}