{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResetServiceSpecificCredentialResponse", "title": "ResetServiceSpecificCredentialResponse", "type": "object", "properties": { "ServiceSpecificCredential": { "allOf": [ { "$ref": "#/components/schemas/ServiceSpecificCredential" }, { "description": "

A structure with details about the updated service-specific credential, including the new password.

This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.

" } ] } } }