Tines · Example Payload

Tines Credential Example

AWS credential for security automation

Security AutomationNo-CodeWorkflow AutomationSecurity OperationsSOARIncident ResponseREST APIWebhooks

Tines Credential Example is an example object payload from Tines, with 22 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamemodeteam_idfolder_idread_accessshared_team_slugsslugdescriptionallowed_hostsmetadataownerexpires_atexpiry_notifications_enabledcredential_notification_recipient_user_idsaws_assumed_role_external_iduse_static_external_idaws_authentication_typerestriction_typetest_credential_enabledcreated_atupdated_at

Example Payload

Raw ↑
{
  "id": 1,
  "name": "tines_api_credential",
  "mode": "AWS",
  "team_id": 2,
  "folder_id": 1,
  "read_access": "TEAM",
  "shared_team_slugs": [],
  "slug": "tines_api_credential",
  "description": "AWS credential for security automation",
  "allowed_hosts": [],
  "metadata": {},
  "owner": {
    "user_id": 1,
    "first_name": "Jane",
    "last_name": "Doe",
    "email": "jane@tines.io"
  },
  "expires_at": null,
  "expiry_notifications_enabled": false,
  "credential_notification_recipient_user_ids": [],
  "aws_assumed_role_external_id": "1e52dbcf-3621-4969-9bf6-3fd2699db84b",
  "use_static_external_id": false,
  "aws_authentication_type": "ROLE",
  "restriction_type": "UNRESTRICTED",
  "test_credential_enabled": false,
  "created_at": "2021-03-26T12:34:16.540Z",
  "updated_at": "2021-03-26T12:34:16.540Z"
}