A connection represents a specific authentication of an integration.
Field | Type | Required | Description |
---|---|---|---|
auth |
T.nilable(::UnifiedRubySDK::Shared::PropertyConnectionAuth) | ➖ | An authentication object that represents a specific authorized user's connection to an integration. |
auth_aws_arn |
T.nilable(::String) | ➖ | N/A |
categories |
T::Array<::UnifiedRubySDK::Shared::PropertyConnectionCategories> | ✔️ | The Integration categories that this connection supports |
created_at |
Date | ➖ | N/A |
environment |
T.nilable(::String) | ➖ | N/A |
external_xref |
T.nilable(::String) | ➖ | N/A |
id |
T.nilable(::String) | ➖ | N/A |
integration_name |
T.nilable(::String) | ➖ | N/A |
integration_type |
::String | ✔️ | N/A |
is_paused |
T.nilable(T::Boolean) | ➖ | N/A |
last_healthy_at |
Date | ➖ | N/A |
last_unhealthy_at |
Date | ➖ | N/A |
permissions |
T::Array<::UnifiedRubySDK::Shared::PropertyConnectionPermissions> | ✔️ | N/A |
updated_at |
Date | ➖ | N/A |
workspace_id |
T.nilable(::String) | ➖ | N/A |