Integration Service Environment Properties Response
data class IntegrationServiceEnvironmentPropertiesResponse(val encryptionConfiguration: IntegrationServiceEnvironmenEncryptionConfigurationResponse? = null, val endpointsConfiguration: FlowEndpointsConfigurationResponse? = null, val integrationServiceEnvironmentId: String? = null, val networkConfiguration: NetworkConfigurationResponse? = null, val provisioningState: String? = null, val state: String? = null)
The integration service environment properties.
Constructors
Link copied to clipboard
constructor(encryptionConfiguration: IntegrationServiceEnvironmenEncryptionConfigurationResponse? = null, endpointsConfiguration: FlowEndpointsConfigurationResponse? = null, integrationServiceEnvironmentId: String? = null, networkConfiguration: NetworkConfigurationResponse? = null, provisioningState: String? = null, state: String? = null)