Back to index
Summary
Creates a session.This command is deprecated and will be removed in the future. |
expirationDateStringoptionalThe date when this session will expire. serviceAccountNameStringoptionalService account name under for which the webhook session needs to be created for. timeZoneStringoptionalThe time zone to use when interpreting expiration date. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.createSession( /* optional arguments */ )