Get Windows Web App Auth Setting
data class GetWindowsWebAppAuthSetting(val activeDirectories: List<GetWindowsWebAppAuthSettingActiveDirectory>, val additionalLoginParameters: Map<String, String>, val allowedExternalRedirectUrls: List<String>, val defaultProvider: String, val enabled: Boolean, val facebooks: List<GetWindowsWebAppAuthSettingFacebook>, val githubs: List<GetWindowsWebAppAuthSettingGithub>, val googles: List<GetWindowsWebAppAuthSettingGoogle>, val issuer: String, val microsofts: List<GetWindowsWebAppAuthSettingMicrosoft>, val runtimeVersion: String, val tokenRefreshExtensionHours: Double, val tokenStoreEnabled: Boolean, val twitters: List<GetWindowsWebAppAuthSettingTwitter>, val unauthenticatedClientAction: String)
Constructors
Link copied to clipboard
fun GetWindowsWebAppAuthSetting(activeDirectories: List<GetWindowsWebAppAuthSettingActiveDirectory>, additionalLoginParameters: Map<String, String>, allowedExternalRedirectUrls: List<String>, defaultProvider: String, enabled: Boolean, facebooks: List<GetWindowsWebAppAuthSettingFacebook>, githubs: List<GetWindowsWebAppAuthSettingGithub>, googles: List<GetWindowsWebAppAuthSettingGoogle>, issuer: String, microsofts: List<GetWindowsWebAppAuthSettingMicrosoft>, runtimeVersion: String, tokenRefreshExtensionHours: Double, tokenStoreEnabled: Boolean, twitters: List<GetWindowsWebAppAuthSettingTwitter>, unauthenticatedClientAction: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard