Scaleway · Schema

scaleway.secret_manager.v1beta1.ListSecretsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
secrets array Single page of secrets matching the requested criteria.
total_count integer Count of all secrets matching the requested criteria.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewaysecret-managerv1beta1listsecretsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.secret_manager.v1beta1.ListSecretsResponse",
  "title": "scaleway.secret_manager.v1beta1.ListSecretsResponse",
  "type": "object",
  "properties": {
    "secrets": {
      "type": "array",
      "description": "Single page of secrets matching the requested criteria.",
      "items": {
        "$ref": "#/components/schemas/scaleway.secret_manager.v1beta1.Secret"
      }
    },
    "total_count": {
      "type": "integer",
      "description": "Count of all secrets matching the requested criteria.",
      "format": "uint64"
    }
  },
  "x-properties-order": [
    "secrets",
    "total_count"
  ]
}