Scaleway · Schema

scaleway.iam.v1alpha1.ValidateUserMFAOTPResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
recovery_codes array List of recovery codes usable for this OTP method.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1validateusermfaotpresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.ValidateUserMFAOTPResponse",
  "title": "scaleway.iam.v1alpha1.ValidateUserMFAOTPResponse",
  "type": "object",
  "properties": {
    "recovery_codes": {
      "type": "array",
      "description": "List of recovery codes usable for this OTP method.",
      "items": {
        "type": "string"
      }
    }
  },
  "x-properties-order": [
    "recovery_codes"
  ]
}