APIs.io Engineering Platform · Schema
ListServiceSpecificCredentialsRequest
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| UserName | object | |
| ServiceName | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ListServiceSpecificCredentialsRequest",
"title": "ListServiceSpecificCredentialsRequest",
"type": "object",
"properties": {
"UserName": {
"allOf": [
{
"$ref": "#/components/schemas/userNameType"
},
{
"description": "<p>The name of the user whose service-specific credentials you want information about. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>"
}
]
},
"ServiceName": {
"allOf": [
{
"$ref": "#/components/schemas/serviceName"
},
{
"description": "Filters the returned results to only those for the specified Amazon Web Services service. If not specified, then Amazon Web Services returns service-specific credentials for all services."
}
]
}
}
}