{
"$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>"
}
]
}
}
}