Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 880 Bytes

PatchedRACProviderRequest.md

File metadata and controls

15 lines (10 loc) · 880 Bytes

PatchedRACProviderRequest

Properties

Name Type Description Notes
name kotlin.String [optional]
authenticationFlow java.util.UUID Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
authorizationFlow java.util.UUID Flow used when authorizing this provider. [optional]
propertyMappings kotlin.collections.List<java.util.UUID> [optional]
settings kotlin.Any [optional]
connectionExpiry kotlin.String Determines how long a session lasts. Default of 0 means that the sessions lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3) [optional]