ListServiceSpecificCredentialsResponse

APIs.ioEngineeringPlatform

Properties

Name Type Description
ServiceSpecificCredentials object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-listservicespecificcredentialsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListServiceSpecificCredentialsResponse",
  "title": "ListServiceSpecificCredentialsResponse",
  "type": "object",
  "properties": {
    "ServiceSpecificCredentials": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceSpecificCredentialsListType"
        },
        {
          "description": "A list of structures that each contain details about a service-specific credential."
        }
      ]
    }
  }
}