{ "$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": "

A structure that contains information about the newly created service-specific credential.

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 ResetServiceSpecificCredential.

" } ] } } }