SessionTimeout Parameter (Connect-UMSaaSCloud Cmdlet)
The time in minutes for which a Salesforce login session is reused.
Syntax
Connect-UMSaaSCloud -SessionTimeout string
Data Type
cstr
Default Value
"10"
Remarks
The 本製品 creates a login session with Salesforce based on the authentication credentials provided. This session is reused for subsequent queries until it times out. The SessionTimeout property enables you to control how long the login session is kept by the 本製品. You can set the SessionTimeout to 0 to disable login sessions; this forces the 本製品 to authenticate each request.
This property useful when creating and reusing a UMSaaSCloud connection. The property only impacts SSO and Basic Authentication connections, and is not used for OAuth.