aap_list_credentials
Lists AAP credentials with pagination and search filters. Provides credential metadata while keeping secrets masked by the API.
Instructions
List AAP credentials. Secrets are never returned by the API.
Args: params (ListCredsInput): Pagination and filter options.
Returns: str: JSON with credential list (id, name, kind, type_name, organization). Note: secret fields are always masked by AAP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |