CreateServiceSpecificCredentialResponse

APIs.ioEngineeringPlatform

Properties

Name Type Description
ServiceSpecificCredential object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-createservicespecificcredentialresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateServiceSpecificCredentialResponse",
  "title": "CreateServiceSpecificCredentialResponse",
  "type": "object",
  "properties": {
    "ServiceSpecificCredential": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceSpecificCredential"
        },
        {
          "description": "<p>A structure that contains information about the newly created service-specific credential.</p> <important> <p>This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you must reset the password with <a>ResetServiceSpecificCredential</a>.</p> </important>"
        }
      ]
    }
  }
}