Scaleway · Schema

scaleway.iam.v1alpha1.MFAOTP

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
secret string
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1mfaotp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.MFAOTP",
  "title": "scaleway.iam.v1alpha1.MFAOTP",
  "type": "object",
  "properties": {
    "secret": {
      "type": "string"
    }
  },
  "x-properties-order": [
    "secret"
  ]
}