Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 6.02 KB

File metadata and controls

17 lines (14 loc) · 6.02 KB

CreateIntegrationRequestDto

Fields

Field Type Required Description
name Optional<String> The name of the integration
identifier Optional<String> The unique identifier for the integration
environmentId Optional<String> The ID of the associated environment
providerId String ✔️ The provider ID for the integration
channel CreateIntegrationRequestDtoChannel ✔️ The channel type for the integration
credentials Optional<CredentialsDto> The credentials for the integration
active Optional<Boolean> If the integration is active, the validation on the credentials field will run
check Optional<Boolean> Flag to check the integration status
conditions List<StepFilterDto> Conditions for the integration
configurations Optional<CreateIntegrationRequestDtoConfigurations> Configurations for the integration