Get Windows Function App Auth Setting
data class GetWindowsFunctionAppAuthSetting(val activeDirectories: List<GetWindowsFunctionAppAuthSettingActiveDirectory>, val additionalLoginParameters: Map<String, String>, val allowedExternalRedirectUrls: List<String>, val defaultProvider: String, val enabled: Boolean, val facebooks: List<GetWindowsFunctionAppAuthSettingFacebook>, val githubs: List<GetWindowsFunctionAppAuthSettingGithub>, val googles: List<GetWindowsFunctionAppAuthSettingGoogle>, val issuer: String, val microsofts: List<GetWindowsFunctionAppAuthSettingMicrosoft>, val runtimeVersion: String, val tokenRefreshExtensionHours: Double, val tokenStoreEnabled: Boolean, val twitters: List<GetWindowsFunctionAppAuthSettingTwitter>, val unauthenticatedClientAction: String)
Constructors
Link copied to clipboard
fun GetWindowsFunctionAppAuthSetting(activeDirectories: List<GetWindowsFunctionAppAuthSettingActiveDirectory>, additionalLoginParameters: Map<String, String>, allowedExternalRedirectUrls: List<String>, defaultProvider: String, enabled: Boolean, facebooks: List<GetWindowsFunctionAppAuthSettingFacebook>, githubs: List<GetWindowsFunctionAppAuthSettingGithub>, googles: List<GetWindowsFunctionAppAuthSettingGoogle>, issuer: String, microsofts: List<GetWindowsFunctionAppAuthSettingMicrosoft>, runtimeVersion: String, tokenRefreshExtensionHours: Double, tokenStoreEnabled: Boolean, twitters: List<GetWindowsFunctionAppAuthSettingTwitter>, 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