WindowsFunctionAppAuthSettingsV2ActiveDirectoryV2Args

constructor(allowedApplications: Output<List<String>>? = null, allowedAudiences: Output<List<String>>? = null, allowedGroups: Output<List<String>>? = null, allowedIdentities: Output<List<String>>? = null, clientId: Output<String>, clientSecretCertificateThumbprint: Output<String>? = null, clientSecretSettingName: Output<String>? = null, jwtAllowedClientApplications: Output<List<String>>? = null, jwtAllowedGroups: Output<List<String>>? = null, loginParameters: Output<Map<String, String>>? = null, tenantAuthEndpoint: Output<String>, wwwAuthenticationDisabled: Output<Boolean>? = null)