{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/6252a939-2496-36cd-a28c-f702e4e24d40","info":{"description":"Manage credentials for transaction tests using the Credentials API.\n\nThe following permissions are required to access Credentials API operations:\n\n* `Settings Tests Read` for read operations.\n* `Settings Tests Update` for write operations.\n* `View sensitive data in web transaction scripts` to view the encrypted value property of credentials.\n* `Settings Tests Create Transaction (Tx) Tests` to create credentials.\n\nFor more information about credentials, see [Working With Secure Credentials](https://docs.thousandeyes.com/product-documentation/browser-synthetics/transaction-tests/getting-started/working-with-secure-credentials).\n","title":"Credentials API","version":"7.0.34"},"security":[{"BearerAuth":[]}],"tags":[{"name":"Credentials"}],"openapi":"3.0.1","servers":[{"description":"ThousandEyes API production URL","url":"https://api.thousandeyes.com/v7"}],"securitySchemes":{"BearerAuth":{"description":"Bearer authentication token","scheme":"bearer","type":"http"}}},"spec":{"properties":{"name":{"description":"The name of the credential.","example":"Example Credential 1","type":"string"},"value":{"description":"The value of the credential that will be encrypted.","example":"Example Credential 1 Password","type":"string"}},"type":"object","$$ref":"#/components/schemas/CredentialRequest","title":"CredentialRequest"}}