id | string | The unique identifier of the configuration |
_completedAt | number | A timestamp that tells you when the configuration was installed successfully |
_createdAt | number | A timestamp that tells you when the configuration was created |
_deletedAt | number | A timestamp that tells you when the configuration was updated. |
_disabledAt | number | A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team. |
_disabledReason | string | |
_id | string | The unique identifier of the configuration |
_integrationId | string | The unique identifier of the app the configuration was created for |
_ownerId | string | The user or team ID that owns the configuration |
_projects | array | When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. |
_removedLogDrainsAt | number | |
_removedProjectEnvsAt | number | |
_removedTokensAt | number | |
_removedWebhooksAt | number | |
_scopes | array | The resources that are allowed to be accessed by the configuration. |
_scopesQueue | array | |
_slug | string | The slug of the integration the configuration is created for. |
_source | string | Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. |
_teamId | string | When the configuration was created for a team, this will show the ID of the team. |
_type | string | |
_updatedAt | number | A timestamp that tells you when the configuration was updated. |
_userId | string | The ID of the user that created the configuration. |
canConfigureOpenTelemetry | boolean | |
completedAt | number | A timestamp that tells you when the configuration was installed successfully |
createdAt | number | A timestamp that tells you when the configuration was created |
deletedAt | number | A timestamp that tells you when the configuration was updated. |
disabledAt | number | A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team. |
disabledReason | string | |
integrationId | string | The unique identifier of the app the configuration was created for |
ownerId | string | The user or team ID that owns the configuration |
projectSelection | string | A string representing the permission for projects. Possible values are all or selected . |
projects | array | When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. |
removedLogDrainsAt | number | |
removedProjectEnvsAt | number | |
removedTokensAt | number | |
removedWebhooksAt | number | |
scopes | array | The resources that are allowed to be accessed by the configuration. |
scopesQueue | array | |
slug | string | The slug of the integration the configuration is created for. |
source | string | Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. |
teamId | string | When the configuration was created for a team, this will show the ID of the team. |
type | string | |
updatedAt | number | A timestamp that tells you when the configuration was updated. |
userId | string | The ID of the user that created the configuration. |