createSession
Create a session
Arguments
Argument Name | Type | Description |
---|---|---|
expirationDate |
String |
The date when this session will expire |
serviceAccountName |
String |
Service account name under for which the webhook session needs to be created for |
timeZone |
String |
The time zone to use when interpreting expiration date. |
deleteSession
getSessions
Retrieve all sessions for a service account
Arguments
Argument Name | Type | Description |
---|---|---|
serviceAccountName |
String |
Service account name under for which the webhook session needs to be created for |
login
Login the client with the given credentials.
Arguments
Argument Name | Type | Description |
---|---|---|
password |
String |
Secret value used to identify the account for a particular user. |
userName |
String |
User name under which you wish to login. |
logout
modifySession
Modify a session
Arguments
Argument Name | Type | Description |
---|---|---|
sessionId |
String |
Id of the session |
expirationDate |
String |
The date when this session will expire |
timeZone |
String |
The time zone to use when interpreting expiration date. |