{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-describe-chap-credentials-output-structure.json", "name": "DescribeChapCredentialsOutput", "description": "A JSON object containing the following fields:", "properties": { "ChapCredentials": { "allOf": [ { "$ref": "#/components/schemas/ChapCredentials" }, { "description": "

An array of ChapInfo objects that represent CHAP credentials. Each object in the array contains CHAP credential information for one target-initiator pair. If no CHAP credentials are set, an empty array is returned. CHAP credential information is provided in a JSON object with the following fields:

" } ] } } }