List Web App Auth Settings Result
constructor(aadClaimsAuthorization: String? = null, additionalLoginParams: List<String>? = null, allowedAudiences: List<String>? = null, allowedExternalRedirectUrls: List<String>? = null, authFilePath: String? = null, clientId: String? = null, clientSecret: String? = null, clientSecretCertificateThumbprint: String? = null, clientSecretSettingName: String? = null, configVersion: String? = null, defaultProvider: String? = null, enabled: Boolean? = null, facebookAppId: String? = null, facebookAppSecret: String? = null, facebookAppSecretSettingName: String? = null, facebookOAuthScopes: List<String>? = null, gitHubClientId: String? = null, gitHubClientSecret: String? = null, gitHubClientSecretSettingName: String? = null, gitHubOAuthScopes: List<String>? = null, googleClientId: String? = null, googleClientSecret: String? = null, googleClientSecretSettingName: String? = null, googleOAuthScopes: List<String>? = null, id: String, isAuthFromFile: String? = null, issuer: String? = null, kind: String? = null, microsoftAccountClientId: String? = null, microsoftAccountClientSecret: String? = null, microsoftAccountClientSecretSettingName: String? = null, microsoftAccountOAuthScopes: List<String>? = null, name: String, runtimeVersion: String? = null, tokenRefreshExtensionHours: Double? = null, tokenStoreEnabled: Boolean? = null, twitterConsumerKey: String? = null, twitterConsumerSecret: String? = null, twitterConsumerSecretSettingName: String? = null, type: String, unauthenticatedClientAction: String? = null, validateIssuer: Boolean? = null)