{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-list-scram-secrets-response-structure.json", "name": "ListScramSecretsResponse", "type": "object", "description": "ListScramSecretsResponse schema from Amazon MSK API", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nextToken" }, "description": "\n

Paginated results marker.

" } ] }, "SecretArnList": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "secretArnList" }, "description": "\n

The list of scram secrets associated with the cluster.

" } ] } } }