Scaleway · Schema

scaleway.iam.v1alpha1.ListSamlCertificatesResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
certificates array List of SAML certificates.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1listsamlcertificatesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.ListSamlCertificatesResponse",
  "title": "scaleway.iam.v1alpha1.ListSamlCertificatesResponse",
  "type": "object",
  "properties": {
    "certificates": {
      "type": "array",
      "description": "List of SAML certificates.",
      "items": {
        "$ref": "#/components/schemas/scaleway.iam.v1alpha1.SamlCertificate"
      }
    }
  },
  "x-properties-order": [
    "certificates"
  ]
}