{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ListSAMLProvidersResponse",
"title": "ListSAMLProvidersResponse",
"type": "object",
"properties": {
"SAMLProviderList": {
"allOf": [
{
"$ref": "#/components/schemas/SAMLProviderListType"
},
{
"description": "The list of SAML provider resource objects defined in IAM for this Amazon Web Services account."
}
]
}
},
"description": "Contains the response to a successful <a>ListSAMLProviders</a> request. "
}