GET /api/v2/credential_types/?page=2 HTTP 200 OK Allow: GET, POST, HEAD, OPTIONS Content-Type: application/json Vary: Accept X-API-Node: rhel X-API-Product-Name: Red Hat Ansible Automation Platform X-API-Product-Version: 4.3.3 X-API-Time: 0.016s { "count": 27, "next": null, "previous": "/api/v2/credential_types/?page=1", "results": [ { "id": 12, "type": "credential_type", "url": "/api/v2/credential_types/12/", "related": { "credentials": "/api/v2/credential_types/12/credentials/", "activity_stream": "/api/v2/credential_types/12/activity_stream/" }, "summary_fields": { "user_capabilities": { "edit": true, "delete": true } }, "created": "2023-01-10T11:19:09.262061Z", "modified": "2023-01-10T11:19:09.262061Z", "name": "GitLab Personal Access Token", "description": "", "kind": "token", "namespace": "gitlab_token", "managed": true, "inputs": { "fields": [ { "id": "token", "label": "Token", "type": "string", "secret": true, "help_text": "This token needs to come from your profile settings in GitLab" } ], "required": [ "token" ] }, "injectors": {} }, { "id": 3, "type": "credential_type", "url": "/api/v2/credential_types/3/", "related": { "credentials": "/api/v2/credential_types/3/credentials/", "activity_stream": "/api/v2/credential_types/3/activity_stream/" }, "summary_fields": { "user_capabilities": { "edit": true, "delete": true } }, "created": "2023-01-10T11:19:09.239102Z", "modified": "2023-01-10T11:19:09.239102Z", "name": "Vault", "description": "", "kind": "vault", "namespace": "vault", "managed": true, "inputs": { "fields": [ { "id": "vault_password", "label": "Vault Password", "type": "string", "secret": true, "ask_at_runtime": true }, { "id": "vault_id", "label": "Vault Identifier", "type": "string", "format": "vault_id", "help_text": "Specify an (optional) Vault ID. This is equivalent to specifying the --vault-id Ansible parameter for providing multiple Vault passwords. Note: this feature only works in Ansible 2.4+." } ], "required": [ "vault_password" ] }, "injectors": {} } ] }