Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.08 KB

RacProviderRequest.md

File metadata and controls

17 lines (12 loc) · 1.08 KB

RacProviderRequest

Properties

Name Type Description Notes
name String
authentication_flow Option<uuid::Uuid> Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
authorization_flow uuid::Uuid Flow used when authorizing this provider.
property_mappings Option<Vecuuid::Uuid> [optional]
settings Option<serde_json::Value> [optional]
connection_expiry Option<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]
delete_token_on_disconnect Option<bool> When set to true, connection tokens will be deleted upon disconnect. [optional]

[Back to Model list] [Back to API list] [Back to README]